How To Install yasm-devel on Fedora 36
Introduction
In this tutorial we learn how to install yasm-devel
on Fedora 36.
What is yasm-devel
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.
We can use yum
or dnf
to install yasm-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install yasm-devel.
Install yasm-devel on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install yasm-devel
using dnf
by running the following command:
sudo dnf -y install yasm-devel
Install yasm-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install yasm-devel
using yum
by running the following command:
sudo yum -y install yasm-devel
How To Uninstall yasm-devel on Fedora 36
To uninstall only the yasm-devel
package we can use the following command:
sudo dnf remove yasm-devel
yasm-devel Package Contents on Fedora 36
---
title: "How To Install yasm-devel on Fedora 36"
linkTitle: "yasm-devel"
type: "docs"
description: "In this tutorial we learn how to install yasm-devel in Fedora 36. yasm-devel is Header files and static libraries for the yasm Modular Assembler"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/yasm-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `yasm-devel` on Fedora 36.
### What is `yasm-devel`
> 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.
We can use `yum` or `dnf` to install `yasm-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install yasm-devel.
## Install yasm-devel on Fedora 36 Using dnf
/usr/include/libyasm
/usr/include/libyasm-stdint.h
/usr/include/libyasm.h
/usr/include/libyasm/arch.h
/usr/include/libyasm/assocdat.h
/usr/include/libyasm/bitvect.h
/usr/include/libyasm/bytecode.h
/usr/include/libyasm/compat-queue.h
/usr/include/libyasm/coretype.h
/usr/include/libyasm/dbgfmt.h
/usr/include/libyasm/errwarn.h
/usr/include/libyasm/expr.h
/usr/include/libyasm/file.h
/usr/include/libyasm/floatnum.h
/usr/include/libyasm/hamt.h
/usr/include/libyasm/insn.h
/usr/include/libyasm/intnum.h
/usr/include/libyasm/inttree.h
/usr/include/libyasm/linemap.h
/usr/include/libyasm/listfmt.h
/usr/include/libyasm/md5.h
/usr/include/libyasm/module.h
/usr/include/libyasm/objfmt.h
/usr/include/libyasm/parser.h
/usr/include/libyasm/phash.h
/usr/include/libyasm/preproc.h
/usr/include/libyasm/section.h
/usr/include/libyasm/symrec.h
/usr/include/libyasm/valparam.h
/usr/include/libyasm/value.h
/usr/lib64/libyasm.a
/usr/share/man/man7/yasm_arch.7.gz
/usr/share/man/man7/yasm_dbgfmts.7.gz
/usr/share/man/man7/yasm_objfmts.7.gz
/usr/share/man/man7/yasm_parsers.7.gz
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install yasm-devel
using dnf
by running the following command:
sudo dnf -y install yasm-devel
Install yasm-devel on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install yasm-devel
using yum
by running the following command:
sudo yum -y install yasm-devel
How To Uninstall yasm-devel on Fedora 36
To uninstall only the yasm-devel
package we can use the following command:
sudo dnf remove yasm-devel
yasm-devel Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install yasm-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/libyasm /usr/include/libyasm-stdint.h /usr/include/libyasm.h /usr/include/libyasm/arch.h /usr/include/libyasm/assocdat.h /usr/include/libyasm/bitvect.h /usr/include/libyasm/bytecode.h /usr/include/libyasm/compat-queue.h /usr/include/libyasm/coretype.h /usr/include/libyasm/dbgfmt.h /usr/include/libyasm/errwarn.h /usr/include/libyasm/expr.h /usr/include/libyasm/file.h /usr/include/libyasm/floatnum.h /usr/include/libyasm/hamt.h /usr/include/libyasm/insn.h /usr/include/libyasm/intnum.h /usr/include/libyasm/inttree.h /usr/include/libyasm/linemap.h /usr/include/libyasm/listfmt.h /usr/include/libyasm/md5.h /usr/include/libyasm/module.h /usr/include/libyasm/objfmt.h /usr/include/libyasm/parser.h /usr/include/libyasm/phash.h /usr/include/libyasm/preproc.h /usr/include/libyasm/section.h /usr/include/libyasm/symrec.h /usr/include/libyasm/valparam.h /usr/include/libyasm/value.h /usr/lib/libyasm.a /usr/share/man/man7/yasm_arch.7.gz /usr/share/man/man7/yasm_dbgfmts.7.gz /usr/share/man/man7/yasm_objfmts.7.gz /usr/share/man/man7/yasm_parsers.7.gz
## References
* [yasm-devel website](http://yasm.tortall.net/)
## Summary
In this tutorial we learn how to install `yasm-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).