How to Install and Uninstall busybox-static Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

1. Install "busybox-static" package

Please follow the instructions below to install busybox-static on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install busybox-static

2. Uninstall "busybox-static" package

This tutorial shows how to uninstall busybox-static on Ubuntu 21.04 (Hirsute Hippo):

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

3. Information about the busybox-static package on Ubuntu 21.04 (Hirsute Hippo)

Package: busybox-static
Architecture: amd64
Version: 1:1.30.1-6ubuntu2
Built-Using: glibc (= 2.33-0ubuntu2)
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: 2121
Provides: busybox
Conflicts: busybox
Replaces: busybox
Filename: pool/main/b/busybox/busybox-static_1.30.1-6ubuntu2_amd64.deb
Size: 915556
MD5sum: 2637bad274dafa186d65eac08ac70fe9
SHA1: 5e24c1eb919fcf7dd8704a76062224f9fb14c5a4
SHA256: a676312b57f211a2d5fc0b6356aba2f2f5d9f9a3a2ff59147969957e8cb68e94
SHA512: 9ee6c3f6f30e155a5d5f568f263dbe96b32cd894c52a1858b078e3e431318216df26a152a0db564fd8edf2c396a1ed31ddfdb755873764aed4af029d6c10bf6b
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