How to Install and Uninstall busybox Package on openSUSE Leap

Last updated: May 14,2024

1. Install "busybox" package

Please follow the guidance below to install busybox on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install busybox

2. Uninstall "busybox" package

Please follow the guidelines below to uninstall busybox on openSUSE Leap:

$ sudo zypper remove busybox

3. Information about the busybox package on openSUSE Leap

Information for package busybox:
--------------------------------
Repository : Main Repository
Name : busybox
Version : 1.35.0-150500.8.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : busybox-1.35.0-150500.8.2.src
Upstream URL : https://www.busybox.net/
Summary : Minimalist variant of UNIX utilities linked in a single executable
Description :
BusyBox combines tiny versions of many common UNIX utilities into a
single executable. It provides minimalist replacements for utilities
usually found in fileutils, shellutils, findutils, textutils, grep,
gzip, tar, and more. BusyBox provides a fairly complete POSIX
environment for small or embedded systems. The utilities in BusyBox
generally have fewer options than their GNU cousins. The options that
are included provide the expected functionality and behave much like
their GNU counterparts.