How to Install and Uninstall podman Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "podman" package

Please follow the instructions below to install podman on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install podman

2. Uninstall "podman" package

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

$ sudo zypper remove podman

3. Information about the podman package on openSuSE Tumbleweed

Information for package podman:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : podman
Version : 4.9.3-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 49.5 MiB
Installed : No
Status : not installed
Source package : podman-4.9.3-2.1.src
Upstream URL : https://github.com/containers/podman
Summary : Daemon-less container engine for managing containers, pods and images
Description :
Podman is a container engine for managing pods, containers, and container
images.
It is a standalone tool and it directly manipulates containers without the need
of a container engine daemon.
Podman is able to interact with container images create in buildah, cri-o, and
skopeo, as they all share the same datastore backend.