How to Install and Uninstall busybox-static Package on Kali Linux

Last updated: May 18,2024

1. Install "busybox-static" package

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

$ sudo apt update $ sudo apt install busybox-static

2. Uninstall "busybox-static" package

This guide covers the steps necessary to uninstall busybox-static on Kali Linux:

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

3. Information about the busybox-static package on Kali Linux

Package: busybox-static
Source: busybox
Version: 1:1.36.1-6
Installed-Size: 2021
Maintainer: Debian Install System Team
Architecture: amd64
Replaces: busybox
Provides: busybox
Conflicts: busybox
Size: 937460
SHA256: d161cd711fcf0d21a53dd7b9665933463de9fa6a37718e78ffee4d7732e1e02a
SHA1: ec801518ae52141645d984ddf5a033adba1a7194
MD5sum: c7765056495a1d582ef49dad7c4d2075
Description: Standalone rescue shell with tons of builtin utilities
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.
.
busybox-static provides you with a statically linked simple stand alone shell
that provides all the utilities available in BusyBox. This package is
intended to be used as a rescue shell, in the event that you screw up your
system. Invoke "busybox sh" and you have a standalone shell ready to save
your system from certain destruction. Invoke "busybox", and it will list the
available builtin commands.
Description-md5:
Homepage: http://www.busybox.net
Built-Using: glibc (= 2.37-12)
Tag: admin::recovery, interface::shell, role::program, scope::utility,
use::login, works-with::file
Section: shells
Priority: optional
Filename: pool/main/b/busybox/busybox-static_1.36.1-6_amd64.deb