How to Install and Uninstall z80asm Package on Kali Linux

Last updated: April 28,2024

1. Install "z80asm" package

Learn how to install z80asm on Kali Linux

$ sudo apt update $ sudo apt install z80asm

2. Uninstall "z80asm" package

Here is a brief guide to show you how to uninstall z80asm on Kali Linux:

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

3. Information about the z80asm package on Kali Linux

Package: z80asm
Version: 1.8-2
Installed-Size: 102
Maintainer: Bas Wijnen
Architecture: amd64
Depends: libc6 (>= 2.34)
Suggests: openmsx
Size: 36048
SHA256: f6636131fe9943b9e4f0bb1662d69ca4a82e3d562d32129331f0b07b18f021e8
SHA1: 7867198bdb96f891d47ff666dfa85a6b14448ab2
MD5sum: 88511b04f2ce6f567abc07087a250bc0
Description: 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:
Tag: devel::compiler, devel::machinecode, implemented-in::c,
interface::commandline, role::program, scope::utility, use::TODO,
works-with::software:source
Section: devel
Priority: optional
Filename: pool/main/z/z80asm/z80asm_1.8-2_amd64.deb