How To Install fakechroot-libs on Rocky Linux 8
Introduction
In this tutorial we learn how to install fakechroot-libs
on Rocky Linux 8.
What is fakechroot-libs
This package contains the libraries required by fakechroot.
We can use yum
or dnf
to install fakechroot-libs
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install fakechroot-libs.
Install fakechroot-libs on Rocky Linux 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install fakechroot-libs
using dnf
by running the following command:
sudo dnf -y install fakechroot-libs
Install fakechroot-libs on Rocky Linux 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install fakechroot-libs
using yum
by running the following command:
sudo yum -y install fakechroot-libs
How To Uninstall fakechroot-libs on Rocky Linux 8
To uninstall only the fakechroot-libs
package we can use the following command:
sudo dnf remove fakechroot-libs
fakechroot-libs Package Contents on Rocky Linux 8
/usr/lib/.build-id
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/f26ff81b6a349ad0cbe054ce656dc8a30cb5ca
/usr/lib64/fakechroot
/usr/lib64/fakechroot/libfakechroot.so
References
Summary
In this tutorial we learn how to install fakechroot-libs
on Rocky Linux 8 using yum and dnf.