How to Install and Uninstall dash.x86_64 Package on Rocky Linux 9

Last updated: October 09,2024

1. Install "dash.x86_64" package

Please follow the steps below to install dash.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install dash.x86_64

2. Uninstall "dash.x86_64" package

This tutorial shows how to uninstall dash.x86_64 on Rocky Linux 9:

$ sudo dnf remove dash.x86_64 $ sudo dnf autoremove

3. Information about the dash.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:32:12 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : dash
Version : 0.5.11.5
Release : 4.el9
Architecture : x86_64
Size : 97 k
Source : dash-0.5.11.5-4.el9.src.rpm
Repository : epel
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.