How to Install and Uninstall bash Package on openSUSE Leap

Last updated: April 28,2024

1. Install "bash" package

Please follow the guidelines below to install bash on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install bash

2. Uninstall "bash" package

Please follow the instructions below to uninstall bash on openSUSE Leap:

$ sudo zypper remove bash

3. Information about the bash package on openSUSE Leap

Information for package bash:
-----------------------------
Repository : Main Repository
Name : bash
Version : 4.4-150400.25.22
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.1 MiB
Installed : Yes (automatically)
Status : up-to-date
Source package : bash-4.4-150400.25.22.src
Upstream URL : http://www.gnu.org/software/bash/bash.html
Summary : The GNU Bourne-Again Shell
Description :
Bash is an sh-compatible command interpreter that executes commands
read from standard input or from a file. Bash incorporates useful
features from the Korn and C shells (ksh and csh). Bash is intended to
be a conformant implementation of the IEEE Posix Shell and Tools
specification (IEEE Working Group 1003.2).