How to Install and Uninstall bpftool Package on Kali Linux

Last updated: May 18,2024

1. Install "bpftool" package

Learn how to install bpftool on Kali Linux

$ sudo apt update $ sudo apt install bpftool

2. Uninstall "bpftool" package

Please follow the steps below to uninstall bpftool on Kali Linux:

$ sudo apt remove bpftool $ sudo apt autoclean && sudo apt autoremove

3. Information about the bpftool package on Kali Linux

Package: bpftool
Source: linux (6.6.9-1kali1)
Version: 7.3.0+6.6.9-1kali1
Architecture: amd64
Maintainer: Kali Developers
Installed-Size: 1409
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libelf1 (>= 0.144), zlib1g (>= 1:1.2.3.3)
Homepage: https://www.kernel.org/
Priority: optional
Section: devel
Filename: pool/main/l/linux/bpftool_7.3.0+6.6.9-1kali1_amd64.deb
Size: 1010464
SHA256: 3ca5502f1aea43c5308d8f35315a37568b9853f2d1baa1b192dfe2e2cc98b723
SHA1: ce11cfc79bd76c950b06ddf74412c96fdf6fa499
MD5sum: 99d5477547943f5d91e792f57476d4a1
Description: Inspection and simple manipulation of BPF programs and maps
The bpftool command allows for inspection and simple modification of
Berkeley Packet Filter (BPF) objects on the system.
Description-md5:
Original-Maintainer: Debian Kernel Team