How to Install and Uninstall containerd Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "containerd" package

Please follow the steps below to install containerd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install containerd

2. Uninstall "containerd" package

Here is a brief guide to show you how to uninstall containerd on openSuSE Tumbleweed:

$ sudo zypper remove containerd

3. Information about the containerd package on openSuSE Tumbleweed

Information for package containerd:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : containerd
Version : 1.7.10-4.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 79.5 MiB
Installed : No
Status : not installed
Source package : containerd-1.7.10-4.1.src
Upstream URL : https://containerd.tools
Summary : Standalone OCI Container Daemon
Description :
Containerd is a daemon with an API and a command line client, to manage
containers on one machine. It uses runC to run containers according to the OCI
specification. Containerd has advanced features such as seccomp and user
namespace support as well as checkpoint and restore for cloning and live
migration of containers.