包管理工具
#
Linux
#
Ubuntu
#
apt
#
sudo apt install
# download .deb package
sudo dpkg -i fd_8.0.0_amd64.deb # adapt version number and architecture
Debian
#
apt-get
#
Fedora
#
dnf
#
dnf copr
#
dnf copr enable keefle/fd
dnf install fd
Alpine Linux
#
apk
#
Arch Linux
#
pacman
#
Gentoo Linux
#
emerge
#
openSUSE Linux
#
zypper
#
Void Linux
#
xbps-install
#
FreeBSD
#
pkg
#
pkg install
Mac
#
Homebrew
#
MacPorts
#
Windows
#
其他
#
NixOS / via Nix
#
Node.js
#
NPM
#
# On linux and macOS
npm install -g
Rust
#
cargo
#
cargo install
叶王 © 2013-2024 版权所有。如果本文档对你有所帮助,可以请作者喝饮料。