How to Install and Uninstall yasm.x86_64 Package on Fedora 36

Last updated: May 04,2024

1. Install "yasm.x86_64" package

This tutorial shows how to install yasm.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install yasm.x86_64

2. Uninstall "yasm.x86_64" package

Please follow the guidance below to uninstall yasm.x86_64 on Fedora 36:

$ sudo dnf remove yasm.x86_64 $ sudo dnf autoremove

3. Information about the yasm.x86_64 package on Fedora 36

Last metadata expiration check: 4:38:09 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : yasm
Version : 1.3.0
Release : 15.fc36
Architecture : x86_64
Size : 544 k
Source : yasm-1.3.0-15.fc36.src.rpm
Repository : fedora
Summary : Modular Assembler
URL : http://yasm.tortall.net/
License : BSD and (GPLv2+ or Artistic or LGPLv2+) and LGPLv2
Description : Yasm is a complete rewrite of the NASM assembler under the "new" BSD License
: (some portions are under other licenses, see COPYING for details). It is
: designed from the ground up to allow for multiple assembler syntaxes to be
: supported (eg, NASM, TASM, GAS, etc.) in addition to multiple output object
: formats and even multiple instruction sets. Another primary module of the
: overall design is an optimizer module.