How to Install and Uninstall containernetworking-plugins.x86_64 Package on AlmaLinux 8

Last updated: September 21,2024

1. Install "containernetworking-plugins.x86_64" package

Here is a brief guide to show you how to install containernetworking-plugins.x86_64 on AlmaLinux 8

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

2. Uninstall "containernetworking-plugins.x86_64" package

In this section, we are going to explain the necessary steps to uninstall containernetworking-plugins.x86_64 on AlmaLinux 8:

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

3. Information about the containernetworking-plugins.x86_64 package on AlmaLinux 8

Last metadata expiration check: 1:32:39 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : containernetworking-plugins
Epoch : 1
Version : 1.1.1
Release : 3.module_el8.6.0+3070+1510fbd1
Architecture : x86_64
Size : 18 M
Source : containernetworking-plugins-1.1.1-3.module_el8.6.0+3070+1510fbd1.src.rpm
Repository : appstream
Summary : CNI network plugins
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.