How to Install and Uninstall buildah Package on openSuSE Tumbleweed

Last updated: April 28,2024

1. Install "buildah" package

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

$ sudo zypper refresh $ sudo zypper install buildah

2. Uninstall "buildah" package

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

$ sudo zypper remove buildah

3. Information about the buildah package on openSuSE Tumbleweed

Information for package buildah:
--------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : buildah
Version : 1.35.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 46.7 MiB
Installed : No
Status : not installed
Source package : buildah-1.35.0-1.1.src
Upstream URL : https://github.com/containers/buildah
Summary : Tool for building OCI containers
Description :
Buildah provides a command line tool which can be used to:
- Create a working container, either from scratch or using an image as a
starting point
- Create an image, either from a working container or via the instructions in a
Dockerfile
- Build images in either the OCI image format or the traditional
upstream docker image format
- Mount a working container's root filesystem for manipulation
- Unmount a working container's root filesystem
- Update the contents of a container's root filesystem
- Delete a working container or an image