How to Install and Uninstall fakeroot.x86_64 Package on Rocky Linux 9
Last updated: November 05,2024
1. Install "fakeroot.x86_64" package
In this section, we are going to explain the necessary steps to install fakeroot.x86_64 on Rocky Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
fakeroot.x86_64
Copied
2. Uninstall "fakeroot.x86_64" package
Please follow the instructions below to uninstall fakeroot.x86_64 on Rocky Linux 9:
$
sudo dnf remove
fakeroot.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the fakeroot.x86_64 package on Rocky Linux 9
Last metadata expiration check: 0:59:56 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : fakeroot
Version : 1.32.2
Release : 1.el9
Architecture : x86_64
Size : 94 k
Source : fakeroot-1.32.2-1.el9.src.rpm
Repository : epel
Summary : Gives a fake root environment
URL : https://tracker.debian.org/pkg/fakeroot
License : GPLv3+ and LGPLv2+ and (GPL+ or Artistic)
Description : fakeroot runs a command in an environment wherein it appears to have
: root privileges for file manipulation. fakeroot works by replacing the
: file manipulation library functions (chmod(2), stat(2) etc.) by ones
: that simulate the effect the real library functions would have had,
: had the user really been root.
Available Packages
Name : fakeroot
Version : 1.32.2
Release : 1.el9
Architecture : x86_64
Size : 94 k
Source : fakeroot-1.32.2-1.el9.src.rpm
Repository : epel
Summary : Gives a fake root environment
URL : https://tracker.debian.org/pkg/fakeroot
License : GPLv3+ and LGPLv2+ and (GPL+ or Artistic)
Description : fakeroot runs a command in an environment wherein it appears to have
: root privileges for file manipulation. fakeroot works by replacing the
: file manipulation library functions (chmod(2), stat(2) etc.) by ones
: that simulate the effect the real library functions would have had,
: had the user really been root.