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

Last updated: May 13,2024

1. Install "z80dasm" package

Please follow the step by step instructions below to install z80dasm on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install z80dasm

2. Uninstall "z80dasm" package

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

$ sudo apt remove z80dasm $ sudo apt autoclean && sudo apt autoremove

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

Package: z80dasm
Priority: optional
Section: universe/devel
Installed-Size: 88
Maintainer: Ubuntu Developers
Original-Maintainer: Tomaž Šolc
Architecture: amd64
Version: 1.1.3-1
Depends: libc6 (>= 2.7)
Suggests: z80asm
Filename: pool/universe/z/z80dasm/z80dasm_1.1.3-1_amd64.deb
Size: 22264
MD5sum: 8f5fcbe994d55f9a9770ec4b3fe067a8
SHA1: 7e9e0c5e5aaac1766a826603caadfaa773b5751f
SHA256: 57fd9d52372cbcb85e34c661912a82b739d2edc80e7c0513bfea4e3578160d8e
Description-en: disassembler for the Zilog Z80 microprocessor
The Z80 microprocessor is used in some 1980s home microcomputers, such as the
Sinclair ZX80, ZX81, Spectrum, Galaksija and in several newer devices, such
as graphical calculators from Texas Instruments and the original GameBoy.
.
This disassembler is useful for reverse engineering programs and operating
systems written for such devices. It produces assembly source code from binary
ROM images and tries to guess locations of labels and symbols. Its output can
be directly converted back to binary with a Z80 assembler, such as z80asm.
Description-md5: 2d2be19063e5e32dd37843ef99c6fdca
Homepage: http://www.tablix.org/~avian/blog/articles/z80dasm/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu