How to Install and Uninstall mksh.x86_64 Package on CentOS 8 / RHEL 8

Last updated: May 17,2024

1. Install "mksh.x86_64" package

Here is a brief guide to show you how to install mksh.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install mksh.x86_64

2. Uninstall "mksh.x86_64" package

This guide covers the steps necessary to uninstall mksh.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove mksh.x86_64 $ sudo dnf autoremove

3. Information about the mksh.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:07:26 ago on Sun May 9 13:03:46 2021.
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.