How to Install and Uninstall containernetworking-plugins.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "containernetworking-plugins.x86_64" package

This guide let you learn how to install containernetworking-plugins.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install containernetworking-plugins.x86_64

2. Uninstall "containernetworking-plugins.x86_64" package

Please follow the step by step instructions below to uninstall containernetworking-plugins.x86_64 on Fedora 34:

$ sudo dnf remove containernetworking-plugins.x86_64 $ sudo dnf autoremove

3. Information about the containernetworking-plugins.x86_64 package on Fedora 34

Last metadata expiration check: 1:05:35 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : containernetworking-plugins
Version : 1.0.1
Release : 1.fc34
Architecture : x86_64
Size : 8.7 M
Source : containernetworking-plugins-1.0.1-1.fc34.src.rpm
Repository : updates
Summary : Libraries for writing CNI plugin
URL : https://github.com/containernetworking/plugins
License : ASL 2.0
Description : 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.