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

Last updated: September 25,2024

1. Install "mdk.x86_64" package

This tutorial shows how to install mdk.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install mdk.x86_64

2. Uninstall "mdk.x86_64" package

Please follow the steps below to uninstall mdk.x86_64 on Fedora 39:

$ sudo dnf remove mdk.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 5:16:39 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : mdk
Version : 1.2.10
Release : 7.fc39
Architecture : x86_64
Size : 297 k
Source : mdk-1.2.10-7.fc39.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).