How to Install and Uninstall yasm-devel.x86_64 Package on Rocky Linux 9

Last updated: May 02,2024

1. Install "yasm-devel.x86_64" package

Please follow the guidelines below to install yasm-devel.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install yasm-devel.x86_64

2. Uninstall "yasm-devel.x86_64" package

Please follow the instructions below to uninstall yasm-devel.x86_64 on Rocky Linux 9:

$ sudo dnf remove yasm-devel.x86_64 $ sudo dnf autoremove

3. Information about the yasm-devel.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:20:17 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : yasm-devel
Version : 1.3.0
Release : 14.el9
Architecture : x86_64
Size : 439 k
Source : yasm-1.3.0-14.el9.src.rpm
Repository : epel
Summary : Header files and static libraries for the yasm 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.
: Install this package if you need to rebuild applications that use yasm.