How to Install and Uninstall dasm Package on Kali Linux

Last updated: May 10,2024

1. Install "dasm" package

In this section, we are going to explain the necessary steps to install dasm on Kali Linux

$ sudo apt update $ sudo apt install dasm

2. Uninstall "dasm" package

Learn how to uninstall dasm on Kali Linux:

$ sudo apt remove dasm $ sudo apt autoclean && sudo apt autoremove

3. Information about the dasm package on Kali Linux

Package: dasm
Version: 2.20.15~20201109+really2.20.14.1-2
Installed-Size: 668
Maintainer: Joseph Nahmias
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 460448
SHA256: 3ccc8a71f1a130d51a3502be4707e6a02e6db629adc75c760dd90897ac4e4032
SHA1: 48a8a9534d1bc0736826d5d332a3c51f0f5b7447
MD5sum: a010469925a8146d39e8ab1f6c36fc32
Description: Macro assembler with support for several 8-bit microprocessors
DASM is a versatile macro assembler with support for several 8-bit
microprocessors including MOS 6502 & 6507; Motorola 6803, 68705, and 68HC11;
Hitachi HD6303 (extended Motorola 6801) and Fairchild F8.
.
DASM boasts a number of features including:
.
* fast assembly
* supports several common 8 bit processor models
* takes as many passes as needed
* automatic checksum generation, special symbol ’...’
* several binary output formats available
* allows reverse indexed origins
* multiple segments, BSS segments (no generation), relocatable origin
* expressions, as in C
* 32-bit integer expressions
* no real limitation on label size
* complex pseudo-ops, repeat loops, macros
Description-md5:
Homepage: https://dasm-assembler.github.io/
Section: otherosfs
Priority: optional
Filename: pool/main/d/dasm/dasm_2.20.15~20201109+really2.20.14.1-2_amd64.deb