How to Install and Uninstall pseudo Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 19,2024

1. Install "pseudo" package

Here is a brief guide to show you how to install pseudo on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pseudo

2. Uninstall "pseudo" package

Please follow the steps below to uninstall pseudo on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pseudo $ sudo apt autoclean && sudo apt autoremove

3. Information about the pseudo package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pseudo
Priority: optional
Section: universe/utils
Installed-Size: 656
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Shadura
Architecture: amd64
Version: 1.7.4-2
Provides: fakeroot
Depends: libc6 (>= 2.15), libsqlite3-0 (>= 3.6.11)
Filename: pool/universe/p/pseudo/pseudo_1.7.4-2_amd64.deb
Size: 154236
MD5sum: f7183214de2912e1adac1d085f0a82cd
SHA1: 4ae87331857b816a95b00fe9a62b5525ec7631f0
SHA256: e7360cc60a4dece8a1b77a1b7401cedb1a08894d64fa2eb6ab57a70a64b8e999
Description-en: advanced tool for simulating superuser privileges
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.
Description-md5: e8ca5be20058441e3c154ed0d7778bc0
Multi-Arch: foreign
Homepage: https://www.yoctoproject.org/tools-resources/projects/pseudo
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu