How to Install and Uninstall busybox-static Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "busybox-static" package

This guide covers the steps necessary to install busybox-static on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install busybox-static

2. Uninstall "busybox-static" package

Please follow the steps below to uninstall busybox-static on Ubuntu 21.10 (Impish Indri):

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

3. Information about the busybox-static package on Ubuntu 21.10 (Impish Indri)

Package: busybox-static
Architecture: amd64
Version: 1:1.30.1-6ubuntu3
Built-Using: glibc (= 2.34-0ubuntu3)
Priority: standard
Section: shells
Source: busybox
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Install System Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 2237
Provides: busybox
Conflicts: busybox
Replaces: busybox
Filename: pool/main/b/busybox/busybox-static_1.30.1-6ubuntu3_amd64.deb
Size: 1013566
MD5sum: 1e310f05c8e0dbb3fba771868fef8afe
SHA1: 1a23d5d00fc516d21589f2dfa0595e26cb4ca2b3
SHA256: 60a26fb744bebf4d66d02575ccf0e5d85608e8ba709af4346af155f84244bce1
SHA512: ec3000b715fe7ef7a284e248655cd9b854b4a8162efc729a783a6cb906eea486989aec1cb4acf5ac77315b540b9be137d1329075e1d7f9ab8729274c8269f8af
Homepage: http://www.busybox.net
Description-en: 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: 1ccce12e08e4aa13a2e6bdd5ffb85b65
Task: standard