How to Install and Uninstall rootlesskit Package on Kali Linux

Last updated: May 15,2024

1. Install "rootlesskit" package

Please follow the steps below to install rootlesskit on Kali Linux

$ sudo apt update $ sudo apt install rootlesskit

2. Uninstall "rootlesskit" package

This guide let you learn how to uninstall rootlesskit on Kali Linux:

$ sudo apt remove rootlesskit $ sudo apt autoclean && sudo apt autoremove

3. Information about the rootlesskit package on Kali Linux

Package: rootlesskit
Source: rootlesskit (1.1.1-1)
Version: 1.1.1-1+b3
Installed-Size: 19735
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: uidmap, libc6 (>= 2.34)
Recommends: slirp4netns
Size: 3870768
SHA256: c92e12f62e58f12a8825292373ea1a906a4e81866b99c354362c6370d4ec0428
SHA1: fa9d5f63cef179d73ba07a9a072e8036254bbcd5
MD5sum: 395a72604aa32c9ffa0a42306dd37a1f
Description: Linux-native "fake root" for rootless containers
The purpose of RootlessKit is to run Docker and
Kubernetes as an unprivileged user (known as "Rootless mode"),
so as to protect the real root on the host from potential
container-breakout attacks.
.
RootlessKit creates user_namespaces(7) and mount_namespaces(7),
and executes newuidmap(1)/newgidmap(1) along with subuid(5) and
subgid(5).
.
RootlessKit also supports isolating network_namespaces(7) with
userspace NAT using "slirp".
.
This Debian package doesn't support vpnkit mode.
.
On Debian system, kernel.unprivileged_userns_clone should be enabled.
Description-md5:
Homepage: https://github.com/rootless-containers/rootlesskit
Built-Using: go-md2man-v2 (= 2.0.2+ds1-1), golang-1.21 (= 1.21.3-1), golang-blackfriday-v2 (= 2.1.0-1), golang-github-gofrs-flock (= 0.8.1-1), golang-github-gorilla-mux (= 1.8.0-1), golang-github-insomniacslk-dhcp (= 0.0~git20220915.043f172-2), golang-github-moby-sys (= 0.0~git20220606.416188a-1), golang-github-u-root-uio (= 0.0~git20220204.dac05f7-2), golang-github-urfave-cli-v2 (= 2.3.0-2), golang-golang-x-net (= 1:0.15.0-2), golang-golang-x-sys (= 0.12.0-1), golang-logrus (= 1.9.0-1)
Section: devel
Priority: optional
Filename: pool/main/r/rootlesskit/rootlesskit_1.1.1-1+b3_amd64.deb