How to Install and Uninstall mksh.x86_64 Package on AlmaLinux 8

Last updated: November 24,2024

1. Install "mksh.x86_64" package

This tutorial shows how to install mksh.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install mksh.x86_64

2. Uninstall "mksh.x86_64" package

This is a short guide on how to uninstall mksh.x86_64 on AlmaLinux 8:

$ sudo dnf remove mksh.x86_64 $ sudo dnf autoremove

3. Information about the mksh.x86_64 package on AlmaLinux 8

Last metadata expiration check: 2:11:26 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : mksh
Version : 56c
Release : 5.el8
Architecture : x86_64
Size : 275 k
Source : mksh-56c-5.el8.src.rpm
Repository : baseos
Summary : MirBSD enhanced version of the Korn Shell
URL : https://www.mirbsd.org/mksh.htm
License : MirOS and ISC and BSD
Description : mksh is the MirBSD enhanced version of the Public Domain Korn shell (pdksh),
: a bourne-compatible shell which is largely similar to the original AT&T Korn
: shell. It includes bug fixes and feature improvements in order to produce a
: modern, robust shell good for interactive and especially script use, being a
: bourne shell replacement, pdksh successor and an alternative to the C shell.