How to Install and Uninstall mksh.src Package on Oracle Linux 9

Last updated: September 29,2024

1. Install "mksh.src" package

This guide let you learn how to install mksh.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install mksh.src

2. Uninstall "mksh.src" package

Please follow the instructions below to uninstall mksh.src on Oracle Linux 9:

$ sudo dnf remove mksh.src $ sudo dnf autoremove

3. Information about the mksh.src package on Oracle Linux 9

Last metadata expiration check: 0:40:53 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : mksh
Version : 59c
Release : 5.el9
Architecture : src
Size : 446 k
Source : None
Repository : ol9_baseos_latest
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.