是什么 ? | : | a collection of utilities for controlling TCP/IP networking and traffic control in Linux. |
开发语言 | : | C |
官方主页 | : | https://wiki.linuxfoundation.org/networking/iproute2 |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
apt | sudo apt-get install -y iproute2 | |
CentOS | yum | sudo yum install -y iproute |
dnf | sudo dnf install -y iproute | |
openSUSE | zypper | sudo zypper install -y iproute2 |
Alpine Linux | apk | sudo apk add iproute2 |
pacman | sudo pacman -Syyu --noconfirm | |
Gentoo Linux | Portage | sudo emerge iproute2 |