How to Install and Uninstall cni Package on openSUSE Leap

Last updated: May 17,2024

1. Install "cni" package

Please follow the steps below to install cni on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install cni

2. Uninstall "cni" package

Please follow the guidance below to uninstall cni on openSUSE Leap:

$ sudo zypper remove cni

3. Information about the cni package on openSUSE Leap

Information for package cni:
----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : cni
Version : 1.1.2-150500.3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 5.6 MiB
Installed : No
Status : not installed
Source package : cni-1.1.2-150500.3.2.1.src
Upstream URL : https://github.com/containernetworking/cni
Summary : Container Network Interface - networking for Linux containers
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.