How to Install and Uninstall yasm-devel.i686 Package on Fedora 34

Last updated: October 04,2024

1. Install "yasm-devel.i686" package

Please follow the guidelines below to install yasm-devel.i686 on Fedora 34

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

2. Uninstall "yasm-devel.i686" package

This tutorial shows how to uninstall yasm-devel.i686 on Fedora 34:

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

3. Information about the yasm-devel.i686 package on Fedora 34

Last metadata expiration check: 3:36:11 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : yasm-devel
Version : 1.3.0
Release : 13.fc34
Architecture : i686
Size : 469 k
Source : yasm-1.3.0-13.fc34.src.rpm
Repository : fedora
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.