How to Install and Uninstall runc Package on openSuSE Tumbleweed

Last updated: May 12,2024

1. Install "runc" package

This is a short guide on how to install runc on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install runc

2. Uninstall "runc" package

This guide let you learn how to uninstall runc on openSuSE Tumbleweed:

$ sudo zypper remove runc

3. Information about the runc package on openSuSE Tumbleweed

Information for package runc:
-----------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : runc
Version : 1.1.12-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 9.4 MiB
Installed : No
Status : not installed
Source package : runc-1.1.12-1.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.