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

Last updated: November 24,2024

1. Install "mksh.src" package

Please follow the step by step instructions below to install mksh.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install mksh.src

2. Uninstall "mksh.src" package

This is a short guide on how to uninstall mksh.src on Oracle Linux 8:

$ sudo dnf remove mksh.src $ sudo dnf autoremove

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

Last metadata expiration check: 6:35:54 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : mksh
Version : 56c
Release : 5.el8
Architecture : src
Size : 427 k
Source : None
Repository : ol8_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.