How to Install and Uninstall mdk Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "mdk" package

Please follow the instructions below to install mdk on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mdk

2. Uninstall "mdk" package

Please follow the instructions below to uninstall mdk on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mdk $ sudo apt autoclean && sudo apt autoremove

3. Information about the mdk package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mdk
Priority: optional
Section: universe/otherosfs
Installed-Size: 989
Maintainer: Ubuntu Developers
Original-Maintainer: Peter Pentchev
Architecture: amd64
Version: 1.2.9+dfsg-1
Depends: emacsen-common (>= 2.0.7), sensible-utils, guile-2.0-libs, libc6 (>= 2.7), libglade2-0 (>= 1:2.6.4-2~), libglib2.0-0 (>= 2.35.9), libgtk2.0-0 (>= 2.18.0), libpango-1.0-0 (>= 1.14.0), libreadline6 (>= 6.0)
Recommends: xterm | x-terminal-emulator
Filename: pool/universe/m/mdk/mdk_1.2.9+dfsg-1_amd64.deb
Size: 171844
MD5sum: 8de9be97c50aafcab540dd283c18f780
SHA1: 93b014cc09b8b15e3c8f41823a9fe687adb2444b
SHA256: f199c2cc3e3321f5edee82b79dc68601758da4e49eab2c66edcf8af1fb0a08b6
Description-en: MIX Development Kit
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, and a Guile interpreter with an embedded MIX
virtual machine called mixguile, are provided.
.
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).
Description-md5: 72577aa40766d13388d45f87f62d52bc
Multi-Arch: foreign
Homepage: http://www.gnu.org/software/mdk/mdk.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu