How to Install busybox in Ubuntu 18.04



Install busybox by entering the following commands in the terminal:

sudo apt update
sudo apt install busybox

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, busybox-udhcpc or busybox-udhcpd packages.

Homepage: http://www.busybox.net

Version: 1:1.27.2-2ubuntu3

Section: universe/utils