How To Install nasm-doc on Fedora 36
Introduction
In this tutorial we learn how to install nasm-doc
on Fedora 36.
What is nasm-doc
This package contains documentation for the Netwide Assembler (NASM), in HTML, PDF, PostScript, and text formats.
We can use yum
or dnf
to install nasm-doc
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nasm-doc.
Install nasm-doc 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 nasm-doc
using dnf
by running the following command:
sudo dnf -y install nasm-doc
Install nasm-doc 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 nasm-doc
using yum
by running the following command:
sudo yum -y install nasm-doc
How To Uninstall nasm-doc on Fedora 36
To uninstall only the nasm-doc
package we can use the following command:
sudo dnf remove nasm-doc
nasm-doc Package Contents on Fedora 36
/usr/share/doc/nasm-doc
/usr/share/doc/nasm-doc/html
/usr/share/doc/nasm-doc/html/local.css
/usr/share/doc/nasm-doc/html/nasmdo10.html
/usr/share/doc/nasm-doc/html/nasmdo11.html
/usr/share/doc/nasm-doc/html/nasmdo12.html
/usr/share/doc/nasm-doc/html/nasmdo13.html
/usr/share/doc/nasm-doc/html/nasmdoc.css
/usr/share/doc/nasm-doc/html/nasmdoc0.html
/usr/share/doc/nasm-doc/html/nasmdoc1.html
/usr/share/doc/nasm-doc/html/nasmdoc2.html
/usr/share/doc/nasm-doc/html/nasmdoc3.html
/usr/share/doc/nasm-doc/html/nasmdoc4.html
/usr/share/doc/nasm-doc/html/nasmdoc5.html
/usr/share/doc/nasm-doc/html/nasmdoc6.html
/usr/share/doc/nasm-doc/html/nasmdoc7.html
/usr/share/doc/nasm-doc/html/nasmdoc8.html
/usr/share/doc/nasm-doc/html/nasmdoc9.html
/usr/share/doc/nasm-doc/html/nasmdoca.html
/usr/share/doc/nasm-doc/html/nasmdocb.html
/usr/share/doc/nasm-doc/html/nasmdocc.html
/usr/share/doc/nasm-doc/html/nasmdocd.html
/usr/share/doc/nasm-doc/html/nasmdoce.html
/usr/share/doc/nasm-doc/html/nasmdoci.html
/usr/share/doc/nasm-doc/html/nasmlogw.png
/usr/share/doc/nasm-doc/nasmdoc.pdf
/usr/share/doc/nasm-doc/nasmdoc.ps.gz
/usr/share/doc/nasm-doc/nasmdoc.txt.gz
References
Summary
In this tutorial we learn how to install nasm-doc
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).