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

Last updated: May 17,2024

1. Install "docker-runc-kubic" package

Please follow the guidance below to install docker-runc-kubic on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install docker-runc-kubic

2. Uninstall "docker-runc-kubic" package

Please follow the guidelines below to uninstall docker-runc-kubic on openSUSE Leap:

$ sudo zypper remove docker-runc-kubic

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

Information for package docker-runc-kubic:
------------------------------------------
Repository : Main Repository
Name : docker-runc-kubic
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-kubic-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.