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

Last updated: May 11,2024

1. Install "z88dk" package

This guide let you learn how to install z88dk on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install z88dk

2. Uninstall "z88dk" package

Please follow the steps below to uninstall z88dk on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove z88dk $ sudo apt autoclean && sudo apt autoremove

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

Package: z88dk
Priority: extra
Section: universe/devel
Installed-Size: 30
Maintainer: Ubuntu Developers
Original-Maintainer: Krystian Wlosek
Architecture: amd64
Version: 1.8.ds1-10
Depends: z88dk-bin (>= 1.8.ds1-10), z88dk-bin (<< 1.8.ds1-10.1~), z88dk-data (= 1.8.ds1-10), debconf (>= 0.5) | debconf-2.0
Suggests: z88dk-doc, z88dk-examples
Filename: pool/universe/z/z88dk/z88dk_1.8.ds1-10_amd64.deb
Size: 3154
MD5sum: 71b4c8940f18eaa174208cf1c9faa72d
SHA1: 69eec11c0ffd57a7a71ae9936341edc25e846e76
SHA256: 6743b966f07a50ed59461d22ff71f1d4abdb24ea1cc41e9ac3a542849ef003ee
Description-en: Z80 processor assembler and SmallC+ cross compiler
z88dk is a SmallC+ and Z80 assemler cross compiler supplied with an
assembler/linker and a set of libraries implementing the C standard library
for a number of different z80 based machines. The name z88dk originates from
the time when the project was founded and supported only the Cambridge
z88 portable.
.
Supported machines:
Cambridge Computers z88, Sinclair ZX Spectrum, Sinclair ZX81, CP/M based
machines, Amstrad NC100, VZ200/300, Sharp MZ series, TI calculators (TI82,
TI83, TI83+, TI85, TI86), ABC80, Jupiter Ace, Xircom REX 6000, Peters
Sprinter, Sam Coupe, MSX1, Spectravideo, Mattel Aquarius, Peters Sprinter,
and C128 (in z80 mode) machines.
.
Features:
* Small C+ based compiler with structs, floats and other ANSI extensions
* Module assembler/linker which only includes required library routines
* Peephole optimizer with rulesets that reduce the size of generated code
by ~30% and improve speed
* Easily retargetted C library including stdio routines
* Retargettable VT100 terminal
* Support for over a 25 z80 based machines (see below for details)
Description-md5: 048fe9e6528871fb34b2ce3c65fa55f4
Homepage: http://www.z88dk.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu

5. The same packages on other Linux Distributions