How to Install and Uninstall pseudo.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "pseudo.x86_64" package

This guide covers the steps necessary to install pseudo.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install pseudo.x86_64

2. Uninstall "pseudo.x86_64" package

In this section, we are going to explain the necessary steps to uninstall pseudo.x86_64 on Fedora 36:

$ sudo dnf remove pseudo.x86_64 $ sudo dnf autoremove

3. Information about the pseudo.x86_64 package on Fedora 36

Last metadata expiration check: 0:50:18 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : pseudo
Version : 1.9.0
Release : 15.20210205gitf332f56.fc36
Architecture : x86_64
Size : 213 k
Source : pseudo-1.9.0-15.20210205gitf332f56.fc36.src.rpm
Repository : fedora
Summary : Advanced tool for simulating superuser privileges
URL : https://www.yoctoproject.org/software-item/pseudo/
License : GPLv3+ and LGPLv2+
Description : The pseudo utility offers a way to run commands in a virtualized "root"
: environment, allowing ordinary users to run commands which give the illusion of
: creating device nodes, changing file ownership, and otherwise doing things
: necessary for creating distribution packages or filesystems.
:
: Pseudo has a lot of similarities to fakeroot but is a new implementation that
: improves on the problems seen using fakeroot. Pseudo is now extensively used by
: Poky as a replacement to fakeroot but can also be used standalone in many other
: use cases.