How to Install and Uninstall buildah Package on openSUSE Leap

Last updated: May 14,2024

1. Install "buildah" package

Learn how to install buildah on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install buildah

2. Uninstall "buildah" package

Here is a brief guide to show you how to uninstall buildah on openSUSE Leap:

$ sudo zypper remove buildah

3. Information about the buildah package on openSUSE Leap

Information for package buildah:
--------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : buildah
Version : 1.29.1-150500.3.2.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 38.7 MiB
Installed : No
Status : not installed
Source package : buildah-1.29.1-150500.3.2.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