How to Install and Uninstall pseudo Package on Kali Linux

Last updated: September 20,2024

1. Install "pseudo" package

Learn how to install pseudo on Kali Linux

$ sudo apt update $ sudo apt install pseudo

2. Uninstall "pseudo" package

Here is a brief guide to show you how to uninstall pseudo on Kali Linux:

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

3. Information about the pseudo package on Kali Linux

Package: pseudo
Source: pseudo (1.9.0+git20230301+ec6151a2b057-1)
Version: 1.9.0+git20230301+ec6151a2b057-1+b1
Installed-Size: 406
Maintainer: Andrej Shadura
Architecture: amd64
Replaces: libpseudo (<< 1.9.0+git20190515+996bead-2~)
Provides: fakeroot
Depends: libpseudo (>= 1.9.0+git20230301+ec6151a2b057-1+b1), libc6 (>= 2.34), libsqlite3-0 (>= 3.6.11)
Breaks: libpseudo (<< 1.9.0+git20190515+996bead-2~)
Size: 108900
SHA256: 57011ba51c76a1f27f2d9e0c1bc2de05143ba78df67db6568a7a544192ba7bc0
SHA1: d97d1fa453d04490e4404f89c781c6e5e9913775
MD5sum: 382762d81bf2eab097ee9ce241e57834
Description: 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:
Multi-Arch: foreign
Homepage: https://www.yoctoproject.org/software-item/pseudo/
Tag: devel::buildtools, implemented-in::c, role::program, scope::utility
Section: utils
Priority: optional
Filename: pool/main/p/pseudo/pseudo_1.9.0+git20230301+ec6151a2b057-1+b1_amd64.deb