How To Install nasm-rdoff on Fedora 36
Introduction
In this tutorial we learn how to install nasm-rdoff
on Fedora 36.
What is nasm-rdoff
Tools for the operating-system independent RDOFF binary format, which is sometimes used with the Netwide Assembler (NASM). These tools include linker, library manager, loader, and information dump.
We can use yum
or dnf
to install nasm-rdoff
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install nasm-rdoff.
Install nasm-rdoff 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-rdoff
using dnf
by running the following command:
sudo dnf -y install nasm-rdoff
Install nasm-rdoff 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-rdoff
using yum
by running the following command:
sudo yum -y install nasm-rdoff
How To Uninstall nasm-rdoff on Fedora 36
To uninstall only the nasm-rdoff
package we can use the following command:
sudo dnf remove nasm-rdoff
nasm-rdoff Package Contents on Fedora 36
/usr/bin/ldrdf
/usr/bin/rdf2bin
/usr/bin/rdf2com
/usr/bin/rdf2ihx
/usr/bin/rdf2ith
/usr/bin/rdf2srec
/usr/bin/rdfdump
/usr/bin/rdflib
/usr/bin/rdx
/usr/lib/.build-id
/usr/lib/.build-id/01
/usr/lib/.build-id/01/4980d18c9c4c323a9af4535a487a1e80d76663
/usr/lib/.build-id/14
/usr/lib/.build-id/14/4d9335ab01f0f9450ad1dadfd4036e85f4b89a
/usr/lib/.build-id/1f
/usr/lib/.build-id/1f/fec1d514f8b9e0462374d8c27ed12c84c72c9c
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/ddc692a762f9e0b2eccf3611f9b4d33db1de30
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/b7819bd9feb866b1b0a9d987279c14b2a95218
/usr/share/man/man1/ldrdf.1.gz
/usr/share/man/man1/rdf2bin.1.gz
/usr/share/man/man1/rdf2com.1.gz
/usr/share/man/man1/rdf2ihx.1.gz
/usr/share/man/man1/rdf2ith.1.gz
/usr/share/man/man1/rdf2srec.1.gz
/usr/share/man/man1/rdfdump.1.gz
/usr/share/man/man1/rdflib.1.gz
/usr/share/man/man1/rdx.1.gz
References
Summary
In this tutorial we learn how to install nasm-rdoff
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).