How to Install and Uninstall mdk.x86_64 Package on Fedora 34

Last updated: July 01,2024

1. Install "mdk.x86_64" package

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

$ sudo dnf update $ sudo dnf install mdk.x86_64

2. Uninstall "mdk.x86_64" package

Please follow the guidelines below to uninstall mdk.x86_64 on Fedora 34:

$ sudo dnf remove mdk.x86_64 $ sudo dnf autoremove

3. Information about the mdk.x86_64 package on Fedora 34

Last metadata expiration check: 2:14:24 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : mdk
Version : 1.2.10
Release : 2.fc34
Architecture : x86_64
Size : 303 k
Source : mdk-1.2.10-2.fc34.src.rpm
Repository : fedora
Summary : GNU MIX Development Kit
URL : http://www.gnu.org/software/mdk/
License : GPLv3+ and GFDL
Description : MDK stands for MIX Development Kit, and provides tools for developing
: and executing, in a MIX virtual machine, MIXAL programs.
:
: The MIX is Donald Knuth's mythical computer, described in the first
: volume of The Art of Computer Programming, which is programmed using
: MIXAL, the MIX assembly language.
:
: MDK includes a MIXAL assembler (mixasm) and a MIX virtual machine
: (mixvm) with a command line interface. In addition, a GTK+ GUI to
: mixvm, called gmixvm, is provided; and, in case you are an Emacs guy,
: you can try misc/mixvm.el, which allows running mixvm inside an Emacs
: GUD buffer.
:
: Using these interfaces, you can debug your MIXAL programs at source
: code level, and read/modify the contents of all the components of the
: MIX computer (including block devices, which are simulated using the
: file system).