How to Install and Uninstall containerd Package on openSUSE Leap

Last updated: July 08,2024

1. Install "containerd" package

Please follow the guidance below to install containerd on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install containerd

2. Uninstall "containerd" package

This guide covers the steps necessary to uninstall containerd on openSUSE Leap:

$ sudo zypper remove containerd

3. Information about the containerd package on openSUSE Leap

Information for package containerd:
-----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : containerd
Version : 1.7.10-150000.106.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 79.5 MiB
Installed : No
Status : not installed
Source package : containerd-1.7.10-150000.106.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.