How to Install and Uninstall fakeroot-ng Package on Kali Linux

Last updated: May 09,2024

1. Install "fakeroot-ng" package

This guide covers the steps necessary to install fakeroot-ng on Kali Linux

$ sudo apt update $ sudo apt install fakeroot-ng

2. Uninstall "fakeroot-ng" package

This guide let you learn how to uninstall fakeroot-ng on Kali Linux:

$ sudo apt remove fakeroot-ng $ sudo apt autoclean && sudo apt autoremove

3. Information about the fakeroot-ng package on Kali Linux

Package: fakeroot-ng
Version: 0.18-4.1
Installed-Size: 153
Maintainer: Shachar Shemesh
Architecture: amd64
Depends: libc6 (>= 2.15), libgcc-s1 (>= 3.0), libstdc++6 (>= 5.2)
Size: 62240
SHA256: 7349747d7470de7f8ac62522a89c41056bfd248b52b6173a4948537d09a3ebff
SHA1: 2d0b52dfac08577adf8d20c854f7784283f0bd03
MD5sum: ce4803cf005a011ae547184bcb83417e
Description: Gives a fake root environment
This is a clean reimplementation of the fakeroot command. Just like it,
anything run within the fake root command will assume it is running as root.
Unlike it, fakeroot-ng is not based on LD_PRELOAD but on ptrace.
.
The practical upshot of this is that the technology supports intercepting the
"open" system call. In particular, this allows simulating the "chroot" command
reliably.
.
Another important difference is that fakeroot-ng can fool applications that do
not perform system calls through glibc, such as statically linked executables
and programs written in some non-C languages (like the latest Sun JDK).
Description-md5: 7eafa938299f0f29f51b702690fd5b0e
Homepage: http://fakeroot-ng.lingnu.com
Tag: devel::buildtools, devel::packaging, implemented-in::c++,
interface::commandline, role::program, scope::utility
Section: utils
Priority: optional
Filename: pool/main/f/fakeroot-ng/fakeroot-ng_0.18-4.1_amd64.deb