How to Install and Uninstall yasm Package on Kali Linux

Last updated: May 10,2024

1. Install "yasm" package

Please follow the guidelines below to install yasm on Kali Linux

$ sudo apt update $ sudo apt install yasm

2. Uninstall "yasm" package

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

$ sudo apt remove yasm $ sudo apt autoclean && sudo apt autoremove

3. Information about the yasm package on Kali Linux

Package: yasm
Version: 1.3.0-4
Installed-Size: 2122
Maintainer: Debian QA Group
Architecture: amd64
Depends: libc6 (>= 2.34)
Size: 406856
SHA256: 1e2b29b9ad5f469aed7f17f7d23fc34860c469186b4b5274f1759988936e4faa
SHA1: 5d6f15cd773328d0b96873528ad181815761d41d
MD5sum: b56d78885ca010a388ed08c6ce56f546
Description: modular assembler with multiple syntaxes support
Yasm is a complete rewrite of the NASM assembler. It supports multiple
assembler syntaxes (eg, NASM, GAS, TASM, etc.) in addition to multiple
output object formats (binary objects, COFF, Win32, ELF32, ELF64) and
even multiple instruction sets (including AMD64). It also has an
optimiser module.
Description-md5:
Multi-Arch: foreign
Homepage: http://www.tortall.net/projects/yasm/
Tag: devel::compiler, devel::machinecode, implemented-in::c, role::program
Section: devel
Priority: optional
Filename: pool/main/y/yasm/yasm_1.3.0-4_amd64.deb