How to Install and Uninstall z80dasm Package on Kali Linux

Last updated: May 12,2024

1. Install "z80dasm" package

This tutorial shows how to install z80dasm on Kali Linux

$ sudo apt update $ sudo apt install z80dasm

2. Uninstall "z80dasm" package

This guide let you learn how to uninstall z80dasm on Kali Linux:

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

3. Information about the z80dasm package on Kali Linux

Package: z80dasm
Version: 1.1.6-1
Installed-Size: 98
Maintainer: Tomaž Šolc
Architecture: amd64
Depends: libc6 (>= 2.7)
Suggests: z80asm
Size: 26096
SHA256: ce782f19980499a5f0c1a693bb96b45c30bb5bb87bb058368037cb33b0f187d7
SHA1: 6b0db7a51d78faff532a194869eb67eb8d0caf46
MD5sum: bc6c05ed936a89081df6c4f7ecebf103
Description: 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:
Homepage: https://www.tablix.org/~avian/blog/articles/z80dasm/
Tag: implemented-in::c, role::program
Section: devel
Priority: optional
Filename: pool/main/z/z80dasm/z80dasm_1.1.6-1_amd64.deb