How to Install and Uninstall buildah.x86_64 Package on Oracle Linux 8

Last updated: November 29,2024

1. Install "buildah.x86_64" package

This guide covers the steps necessary to install buildah.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install buildah.x86_64

2. Uninstall "buildah.x86_64" package

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

$ sudo dnf remove buildah.x86_64 $ sudo dnf autoremove

3. Information about the buildah.x86_64 package on Oracle Linux 8

Last metadata expiration check: 4:39:38 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : buildah
Epoch : 1
Version : 1.26.2
Release : 1.module+el8.6.0+20721+d8d917a9
Architecture : x86_64
Size : 8.0 M
Source : buildah-1.26.2-1.module+el8.6.0+20721+d8d917a9.src.rpm
Repository : ol8_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