How to Install and Uninstall runc Package on openSUSE Leap

Last updated: May 11,2024

1. Install "runc" package

Please follow the instructions below to install runc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install runc

2. Uninstall "runc" package

In this section, we are going to explain the necessary steps to uninstall runc on openSUSE Leap:

$ sudo zypper remove runc

3. Information about the runc package on openSUSE Leap

Information for package runc:
-----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : runc
Version : 1.1.12-150000.61.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 9.4 MiB
Installed : No
Status : not installed
Source package : runc-1.1.12-150000.61.2.src
Upstream URL : https://github.com/opencontainers/runc
Summary : Tool for spawning and running OCI containers
Description :
runc is a CLI tool for spawning and running containers according to the OCI
specification. It is designed to be as minimal as possible, and is the workhorse
of Docker. It was originally designed to be a replacement for LXC within Docker,
and has grown to become a separate project entirely.