How to Install and Uninstall firejail Package on Kali Linux

Last updated: May 06,2024

1. Install "firejail" package

Here is a brief guide to show you how to install firejail on Kali Linux

$ sudo apt update $ sudo apt install firejail

2. Uninstall "firejail" package

This tutorial shows how to uninstall firejail on Kali Linux:

$ sudo apt remove firejail $ sudo apt autoclean && sudo apt autoremove

3. Information about the firejail package on Kali Linux

Package: firejail
Version: 0.9.72-2
Installed-Size: 1771
Maintainer: Reiner Herrmann
Architecture: amd64
Depends: libapparmor1 (>= 2.10.95), libc6 (>= 2.34), libselinux1 (>= 3.1~)
Recommends: firejail-profiles, iproute2, iptables, xauth, xdg-dbus-proxy, xpra | xserver-xephyr | xvfb
Size: 430220
SHA256: cbdc60c69e7cc231e00c207e5e0375a6a460328f06194936acb71b5f27ac5dad
SHA1: 2d9e0d3f93a03e027f1a7e08d6b0d33575de296f
MD5sum: 2b6899bfed130168c56919af635ba57a
Description: sandbox to restrict the application environment
Firejail is a SUID security sandbox program that reduces the risk of
security breaches by restricting the running environment of untrusted
applications using Linux namespaces and seccomp-bpf. It allows a
process and all its descendants to have their own private view of the
globally shared kernel resources, such as the network stack, process
table, mount table.
Description-md5:
Homepage: https://firejail.wordpress.com
Tag: implemented-in::c, interface::commandline, role::program,
scope::utility, security::privacy, use::filtering,
works-with::software:running
Section: utils
Priority: optional
Filename: pool/main/f/firejail/firejail_0.9.72-2_amd64.deb