How to Install and Uninstall dash.x86_64 Package on Fedora 38

Last updated: September 22,2024

1. Install "dash.x86_64" package

This is a short guide on how to install dash.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install dash.x86_64

2. Uninstall "dash.x86_64" package

Please follow the guidelines below to uninstall dash.x86_64 on Fedora 38:

$ sudo dnf remove dash.x86_64 $ sudo dnf autoremove

3. Information about the dash.x86_64 package on Fedora 38

Last metadata expiration check: 4:27:35 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : dash
Version : 0.5.12
Release : 1.fc38
Architecture : x86_64
Size : 98 k
Source : dash-0.5.12-1.fc38.src.rpm
Repository : updates
Summary : Small and fast POSIX-compliant shell
URL : http://gondor.apana.org.au/~herbert/dash/
License : BSD-3-Clause AND GPL-2.0-or-later AND LicenseRef-Fedora-Public-Domain
Description : DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as
: possible. It does this without sacrificing speed where possible. In fact, it is
: significantly faster than bash (the GNU Bourne-Again SHell) for most tasks.