How to Install dash in Ubuntu 18.04



Install dash by entering the following commands in the terminal:

sudo apt update
sudo apt install dash

Description:

POSIX-compliant shell

The Debian Almquist Shell (dash) is a POSIX-compliant shell derived from ash. . Since it executes scripts faster than bash, and has fewer library dependencies (making it more robust against software or hardware failures), it is used as the default system shell on Debian systems.

Homepage: http://gondor.apana.org.au/~herbert/dash/

Version: 0.5.8-2.10

Section: shells