How to Install and Uninstall buildah.src Package on Oracle Linux 9

Last updated: May 05,2024

1. Install "buildah.src" package

Please follow the guidelines below to install buildah.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install buildah.src

2. Uninstall "buildah.src" package

Here is a brief guide to show you how to uninstall buildah.src on Oracle Linux 9:

$ sudo dnf remove buildah.src $ sudo dnf autoremove

3. Information about the buildah.src package on Oracle Linux 9

Last metadata expiration check: 3:08:39 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : buildah
Epoch : 1
Version : 1.31.3
Release : 2.0.1.el9_3
Architecture : src
Size : 15 M
Source : None
Repository : ol9_appstream
Summary : A command line tool used for creating OCI Images
URL : https://buildah.io
License : ASL 2.0
Description : The buildah package provides a command line tool which can be used to
: * create a working container from scratch
: or
: * create a working container from an image as a starting point
: * mount/umount a working container's root file system for manipulation
: * save container's root file system layer to create a new image
: * delete a working container or an image