How to Install and Uninstall busybox.x86_64 Package on Oracle Linux 9

Last updated: June 23,2024

1. Install "busybox.x86_64" package

Learn how to install busybox.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install busybox.x86_64

2. Uninstall "busybox.x86_64" package

In this section, we are going to explain the necessary steps to uninstall busybox.x86_64 on Oracle Linux 9:

$ sudo dnf remove busybox.x86_64 $ sudo dnf autoremove

3. Information about the busybox.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:55:58 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : busybox
Epoch : 1
Version : 1.35.0
Release : 2.el9
Architecture : x86_64
Size : 759 k
Source : busybox-1.35.0-2.el9.src.rpm
Repository : epel
Summary : Statically linked binary providing simplified versions of system commands
URL : http://www.busybox.net
License : GPLv2
Description : Busybox is a single binary which includes versions of a large number
: of system commands, including a shell. This package can be very
: useful for recovering from certain types of system failures,
: particularly those involving broken shared libraries.