Files
bandwhich/INSTALL.md
cyqsimon f98c5c9cd6 Update README (#407)
* Update README

* Write changelog
2024-04-16 16:04:16 +08:00

1.6 KiB

Installation

Arch Linux

pacman -S bandwhich

Exherbo Linux

bandwhich is available in rust repository, and can be installed via cave:

cave resolve -x repository/rust
cave resolve -x bandwhich

Nix/NixOS

bandwhich is available in nixpkgs, and can be installed, for example, with nix-env:

nix-env -iA nixpkgs.bandwhich

Void Linux

xbps-install -S bandwhich

Fedora

bandwhich is available in COPR, and can be installed via DNF:

sudo dnf copr enable atim/bandwhich -y && sudo dnf install bandwhich

macOS/Linux (using Homebrew)

brew install bandwhich

macOS (using MacPorts)

sudo port selfupdate
sudo port install bandwhich

FreeBSD

pkg install bandwhich

or

cd /usr/ports/net-mgmt/bandwhich && make install clean

Cargo

Regardless of OS, you can always fallback to the Rust package manager, cargo. For installation instructions of the Rust toolchain, see here.

cargo install bandwhich