How to Install and Uninstall cni-plugins Package on openSUSE Leap

Last updated: May 18,2024

1. Install "cni-plugins" package

This is a short guide on how to install cni-plugins on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cni-plugins

2. Uninstall "cni-plugins" package

Please follow the guidelines below to uninstall cni-plugins on openSUSE Leap:

$ sudo zypper remove cni-plugins

3. Information about the cni-plugins package on openSUSE Leap

Information for package cni-plugins:
------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : cni-plugins
Version : 1.1.1-150500.3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 50.4 MiB
Installed : No
Status : not installed
Source package : cni-plugins-1.1.1-150500.3.2.1.src
Upstream URL : https://github.com/containernetworking/plugins
Summary : Container Network Interface plugins
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. Because of this focus, CNI has a wide
range of support and the specification is simple to implement.
These are the additional CNI network plugins provided by
the containernetworking team.