How to Install and Uninstall containernetworking-plugins Package on Kali Linux

Last updated: September 29,2024

1. Install "containernetworking-plugins" package

This guide covers the steps necessary to install containernetworking-plugins on Kali Linux

$ sudo apt update $ sudo apt install containernetworking-plugins

2. Uninstall "containernetworking-plugins" package

Learn how to uninstall containernetworking-plugins on Kali Linux:

$ sudo apt remove containernetworking-plugins $ sudo apt autoclean && sudo apt autoremove

3. Information about the containernetworking-plugins package on Kali Linux

Package: containernetworking-plugins
Source: golang-github-containernetworking-plugins (1.1.1+ds1-3)
Version: 1.1.1+ds1-3+b9
Installed-Size: 46653
Maintainer: Debian Go Packaging Team
Architecture: amd64
Provides: container-network-stack (= 1)
Depends: iptables, libc6 (>= 2.34)
Size: 7047360
SHA256: 22fa9131ba0ac73bbf12448b02de5289d17158359f5dae17c133e45147319374
SHA1: 9cc5bff50d6d5d233dd55f481f358c1b87665cf4
MD5sum: 76aa91aeddde616aeaee29cb741af3a8
Description: standard networking plugins - binaries
This package contains binaries of the Container Networking Initiative's
official plugins:
.
Interfaces
- bridge: Creates a bridge, adds the host and the container to it.
- ipvlan: Adds an ipvlan interface in the container.
- loopback: Set the state of loopback interface to up.
- macvlan: Creates a new MAC address, forwards all traffic
to that to the container.
- ptp: Creates a veth pair.
- vlan: Allocates a vlan device.
- host-device: Move an already-existing device into a container.
.
IPAM: IP Address Management
- dhcp: Runs a daemon to make DHCP requests on behalf of the container.
- host-local: Maintains a local database of allocated IPs
- static: Allocates a static IPv4/IPv6 address.
.
Other
- tuning: Tweaks sysctl parameters of an existing interface
- portmap: An iptables-based portmapping plugin.
Maps ports from the host's address space to the container.
- bandwidth: Allows bandwidth-limiting through use of traffic control tbf.
- sbr: Configures source based routing for an interface.
- firewall: Uses iptables or firewalld to add rules to allow traffic
to/from the container.
Description-md5:
Homepage: https://github.com/containernetworking/plugins
Built-Using: golang-1.21 (= 1.21.5-1), golang-dbus (= 5.1.0-1), golang-github-alexflint-go-filemutex (= 1.2.0-1), golang-github-appc-cni (= 1.1.2-1), golang-github-coreos-go-iptables (= 0.6.0-1), golang-github-coreos-go-systemd (= 22.3.2-1), golang-github-d2g-dhcp4 (= 0.0~git20150413-4), golang-github-d2g-dhcp4client (= 1.0.0-2), golang-github-mattn-go-shellwords (= 1.0.12-1), golang-github-networkplumbing-go-nft (= 0.2.0-2), golang-github-safchain-ethtool (= 0.3.0-1), golang-github-vishvananda-netlink (= 1.1.0.125.gf243826-4), golang-github-vishvananda-netns (= 0.0~git20211101.5004558-1), golang-golang-x-sys (= 0.15.0-1)
Section: devel
Priority: optional
Filename: pool/main/g/golang-github-containernetworking-plugins/containernetworking-plugins_1.1.1+ds1-3+b9_amd64.deb