How to Install and Uninstall yasm.x86_64 Package on Oracle Linux 9

Last updated: June 18,2024

1. Install "yasm.x86_64" package

Please follow the instructions below to install yasm.x86_64 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install yasm.x86_64

2. Uninstall "yasm.x86_64" package

In this section, we are going to explain the necessary steps to uninstall yasm.x86_64 on Oracle Linux 9:

$ sudo dnf remove yasm.x86_64 $ sudo dnf autoremove

3. Information about the yasm.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:50:41 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : yasm
Version : 1.3.0
Release : 14.el9
Architecture : x86_64
Size : 539 k
Source : yasm-1.3.0-14.el9.src.rpm
Repository : epel
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.