How to Install and Uninstall busybox Package on Kali Linux

Last updated: July 08,2024

1. Install "busybox" package

Please follow the guidelines below to install busybox on Kali Linux

$ sudo apt update $ sudo apt install busybox

2. Uninstall "busybox" package

This tutorial shows how to uninstall busybox on Kali Linux:

$ sudo apt remove busybox $ sudo apt autoclean && sudo apt autoremove

3. Information about the busybox package on Kali Linux

Package: busybox
Version: 1:1.36.1-6
Installed-Size: 867
Maintainer: Debian Install System Team
Architecture: amd64
Replaces: busybox-static
Depends: libc6 (>= 2.34)
Conflicts: busybox-static
Size: 482496
SHA256: 858f47c35a39c3e33ede03d09027fd33403f7d347d60cddf7bb941debb50cf87
SHA1: 253236070da1911da60c8fd5261cb484eee6f8f9
MD5sum: a2d7202bbd629f1afe3a1e3f57d806fe
Description: Tiny utilities for small and embedded systems
BusyBox combines tiny versions of many common UNIX utilities into a single
small executable. It provides minimalist replacements for the most common
utilities you would usually find on your desktop system (i.e., ls, cp, mv,
mount, tar, etc.). The utilities in BusyBox generally have fewer options than
their full-featured GNU cousins; however, the options that are included
provide the expected functionality and behave very much like their GNU
counterparts.
.
This package installs the BusyBox binary but does not install
symlinks for any of the supported utilities. Some of the utilities
can be used in the system by installing the busybox-syslogd,
udhcpc or udhcpd packages.
Description-md5:
Homepage: http://www.busybox.net
Tag: admin::filesystem, admin::recovery, implemented-in::c,
interface::commandline, interface::shell, role::program,
scope::utility, works-with::archive, works-with::file, works-with::text
Section: utils
Priority: optional
Filename: pool/main/b/busybox/busybox_1.36.1-6_amd64.deb