How To Install Bridge In Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian?

How To Install Bridge In Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora And Raspbian?

bridge

networking and traffic control tools

Maintainer: Alexander Wirt



Section: net

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 tools

The 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 iproute2

This 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 Daemon

containernetworking-cni

The CNI (Container Network Interface) project consists of a

specification 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.

Install the latest version of bridge in Debian, Ubuntu, Alpine, Arch, Kali, CentOS, Fedora and Raspbian from terminal. To install the bridge just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of bridge from the respository and install it in your computer/server.