How to Install and Uninstall cni Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "cni" package

This is a short guide on how to install cni on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install cni

2. Uninstall "cni" package

In this section, we are going to explain the necessary steps to uninstall cni on openSuSE Tumbleweed:

$ sudo zypper remove cni

3. Information about the cni package on openSuSE Tumbleweed

Information for package cni:
----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : cni
Version : 1.1.2-3.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 5.6 MiB
Installed : No
Status : not installed
Source package : cni-1.1.2-3.2.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.