How To Install Bridge In Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian?
Install bridge
-
Debian
apt-get install iproute2
Click to copy -
Ubuntu
apt-get install iproute2
Click to copy -
Alpine OS
apk add iproute2
Click to copy -
Arch Linux
pacman -S iproute2
Click to copy -
Kali Linux
apt-get install iproute2
Click to copy -
CentOS
yum install iproute
Click to copy -
Fedora
dnf install containernetworking-cni
Click to copy -
Raspbian
apt-get install iproute2
Click to copy
iproute2
networking and traffic control toolsThe iproute2 suite is a collection of utilities for networking and traffic control. These tools communicate with the Linux kernel via the (rt)netlink interface, providing advanced features not available through the legacy net-tools commands 'ifconfig' and 'route'.
iproute
transitional dummy package for iproute2This is a transitional dummy package to get upgrading systems to install the iproute2 package. It can safely be removed once no other package depends on it.
rstp
Rapid Spanning Tree User Space Daemoncontainernetworking-cni
The CNI (Container Network Interface) project consists of aspecification and libraries for writing plugins to configure network interfaces in Linux containers, along with a number of supported plugins. CNI concerns itself only with network connectivity of containers and removing allocated resources when the container is deleted.