How to Install and Uninstall fasm Package on Kali Linux

Last updated: April 29,2024

1. Install "fasm" package

Please follow the guidance below to install fasm on Kali Linux

$ sudo apt update $ sudo apt install fasm

2. Uninstall "fasm" package

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

$ sudo apt remove fasm $ sudo apt autoclean && sudo apt autoremove

3. Information about the fasm package on Kali Linux

Package: fasm
Version: 1.73.32-1
Installed-Size: 355
Maintainer: Tomasz Buchert
Architecture: amd64
Depends: libc6-i386 (>= 2.34)
Size: 159508
SHA256: 0c433270200aff6a73785fd52599656b48fc4ae039a477a3d5d4b86c2f1f1e98
SHA1: d56694adf2038ea442c2e6c2aa5413eaf1d8b865
MD5sum: e75082458fb9d5968ab2cf0a5f42196a
Description: fast assembler for the x86 and x86-64 architectures
Flat assembler is a fast, self-compilable assembly language compiler for the
x86 and x86-64 architecture processors, which does multiple passes to optimize
the size of generated machine code.
Description-md5:
Homepage: https://flatassembler.net/
Section: devel
Priority: optional
Filename: pool/main/f/fasm/fasm_1.73.32-1_amd64.deb