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

Last updated: May 07,2024

1. Install "yasm.x86_64" package

Learn how to install yasm.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install yasm.x86_64

2. Uninstall "yasm.x86_64" package

Please follow the instructions below to uninstall yasm.x86_64 on Fedora 34:

$ sudo dnf remove yasm.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 3:38:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : yasm
Version : 1.3.0
Release : 13.fc34
Architecture : x86_64
Size : 549 k
Source : yasm-1.3.0-13.fc34.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.