How to Install and Uninstall docker-runc Package on openSUSE Leap

Last updated: May 17,2024

1. Install "docker-runc" package

In this section, we are going to explain the necessary steps to install docker-runc on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install docker-runc

2. Uninstall "docker-runc" package

This tutorial shows how to uninstall docker-runc on openSUSE Leap:

$ sudo zypper remove docker-runc

3. Information about the docker-runc package on openSUSE Leap

Information for package docker-runc:
------------------------------------
Repository : Main Repository
Name : docker-runc
Version : 1.0.0rc10+gitr3981_dc9208a3303f-6.45.3
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 9.7 MiB
Installed : No
Status : not installed
Source package : docker-runc-1.0.0rc10+gitr3981_dc9208a3303f-6.45.3.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.