How to Install and Uninstall containernetworking-plugins.src Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "containernetworking-plugins.src" package

This guide covers the steps necessary to install containernetworking-plugins.src on Oracle Linux 9

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

2. Uninstall "containernetworking-plugins.src" package

Here is a brief guide to show you how to uninstall containernetworking-plugins.src on Oracle Linux 9:

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

3. Information about the containernetworking-plugins.src package on Oracle Linux 9

Last metadata expiration check: 3:45:23 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : containernetworking-plugins
Epoch : 1
Version : 1.3.0
Release : 6.el9_3
Architecture : src
Size : 3.4 M
Source : None
Repository : ol9_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.