How to Install and Uninstall proot Package on Kali Linux

Last updated: May 04,2024

1. Install "proot" package

In this section, we are going to explain the necessary steps to install proot on Kali Linux

$ sudo apt update $ sudo apt install proot

2. Uninstall "proot" package

Please follow the instructions below to uninstall proot on Kali Linux:

$ sudo apt remove proot $ sudo apt autoclean && sudo apt autoremove

3. Information about the proot package on Kali Linux

Package: proot
Version: 5.1.0-1.3
Installed-Size: 203
Maintainer: Rémi Duraffort
Architecture: amd64
Depends: libc6 (>= 2.15), libtalloc2 (>= 2.0.4~git20101213)
Size: 75060
SHA256: ba51946d76c0a681c034b93266d870db7e21b0d3230a4d2dea3bffb556271aeb
SHA1: 98348958ce7e15b8ce83a3f5c56afbc86267444d
MD5sum: 34e73e4afb8b1777608704f86d6321f1
Description: emulate chroot, bind mount and binfmt_misc for non-root users
PRoot is a user-space implementation of chroot, mount --bind,
and binfmt_misc.
.
This means that users don't need any privileges or setup to do things like
using an arbitrary directory as the new root filesystem, making files
accessible somewhere else in the filesystem hierarchy, or executing programs
built for another CPU architecture transparently through QEMU user-mode.
.
Also, developers can add their own features or use PRoot as a Linux process
instrumentation engine thanks to its extension mechanism.
.
Technically PRoot relies on ptrace, an unprivileged system-call available in
every Linux kernel.
Description-md5:
Homepage: http://proot.me
Section: utils
Priority: optional
Filename: pool/main/p/proot/proot_5.1.0-1.3_amd64.deb