bash-minimal 5.2.37
The GNU Bourne-Again SHell, stripped down for non-interactive use
Bash is the shell, or command-line interpreter, of the GNU system. It is compatible with the Bourne Shell, but it also integrates useful features from the Korn Shell and the C Shell and new improvements of its own. It allows command-line editing, unlimited command history, shell functions and aliases, and job control while still allowing most sh scripts to be run without modification.
- Outputs:
doc,out - Website: https://www.gnu.org/software/bash/
- Licenses: GPL 3+
- Package source: gnu/packages/bash.scm
- Builds: See build status
- Issues: See known issues
Installation
Install bash-minimal 5.2.37 as follows:
guix install bash-minimal@5.2.37
Or install the latest version:
guix install bash-minimal
The bash-minimal package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:
guix install bash-minimal:doc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.