How to Install and Uninstall fakechroot.x86_64 Package on CentOS Stream 9

Last updated: September 30,2024

1. Install "fakechroot.x86_64" package

In this section, we are going to explain the necessary steps to install fakechroot.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install fakechroot.x86_64

2. Uninstall "fakechroot.x86_64" package

This is a short guide on how to uninstall fakechroot.x86_64 on CentOS Stream 9:

$ sudo dnf remove fakechroot.x86_64 $ sudo dnf autoremove

3. Information about the fakechroot.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:17:56 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : fakechroot
Version : 2.20.1
Release : 12.el9
Architecture : x86_64
Size : 39 k
Source : fakechroot-2.20.1-12.el9.src.rpm
Repository : epel
Summary : Gives a fake chroot environment
URL : https://github.com/dex4er/fakechroot
License : LGPLv2+
Description : fakechroot runs a command in an environment were is additionally
: possible to use the chroot(8) call without root privileges. This is
: useful for allowing users to create their own chrooted environment
: with possibility to install another packages without need for root
: privileges.