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

Last updated: April 28,2024

1. Install "z80asm" package

This is a short guide on how to install z80asm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install z80asm

2. Uninstall "z80asm" package

Please follow the guidelines below to uninstall z80asm on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove z80asm $ sudo apt autoclean && sudo apt autoremove

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

Package: z80asm
Priority: optional
Section: universe/devel
Installed-Size: 168
Maintainer: Ubuntu MOTU Developers
Original-Maintainer: Bas Wijnen
Architecture: amd64
Version: 1.8-1
Depends: libc6 (>= 2.4)
Suggests: openmsx
Filename: pool/universe/z/z80asm/z80asm_1.8-1_amd64.deb
Size: 36654
MD5sum: 6e908b3e743ad7358be15e02d90e7363
SHA1: b61f5a7582f7fbc7f4f0134122df0282dd56bdfa
SHA256: 937fa2f92cc7971da5fe9d3f7fd40f5d097e7ec66cab17ec8cebb24b6537a90d
Description-en: assembler for the Zilog Z80 microprocessor
The Z80 microprocessor is used in old home computers, such as the
ZX spectrum and MSX, and in several newer devices, such as the TI-83
graphical calculator and (a stripped down version) in the (original) GameBoy.
.
This assembler is meant for developers who write code (in assembly) for
such devices.
.
Features include:
* macros
* including other sources
* complex expressions (similar to bash)
* labels of unlimited length
* conditional compilation depending on expressions
Description-md5: 3d3dd04b6aa23c0ba04ea680ce1bb336
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu