How to Install and Uninstall fakeroot.x86_64 Package on Fedora 34

Last updated: October 06,2024

1. Install "fakeroot.x86_64" package

This guide covers the steps necessary to install fakeroot.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install fakeroot.x86_64

2. Uninstall "fakeroot.x86_64" package

This is a short guide on how to uninstall fakeroot.x86_64 on Fedora 34:

$ sudo dnf remove fakeroot.x86_64 $ sudo dnf autoremove

3. Information about the fakeroot.x86_64 package on Fedora 34

Last metadata expiration check: 1:16:34 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : fakeroot
Version : 1.28
Release : 2.fc34
Architecture : x86_64
Size : 88 k
Source : fakeroot-1.28-2.fc34.src.rpm
Repository : updates
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.