How to Install and Uninstall mksh.x86_64 Package on Fedora 35

Last updated: October 05,2024

1. Install "mksh.x86_64" package

In this section, we are going to explain the necessary steps to install mksh.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install mksh.x86_64

2. Uninstall "mksh.x86_64" package

In this section, we are going to explain the necessary steps to uninstall mksh.x86_64 on Fedora 35:

$ sudo dnf remove mksh.x86_64 $ sudo dnf autoremove

3. Information about the mksh.x86_64 package on Fedora 35

Last metadata expiration check: 2:18:01 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : mksh
Version : 59c
Release : 4.fc35
Architecture : x86_64
Size : 293 k
Source : mksh-59c-4.fc35.src.rpm
Repository : fedora
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.