How To Install nasm-rdoff.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install nasm-rdoff.x86_64
on Amazon Linux 2.
What is nasm-rdoff.x86_64
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
to install nasm-rdoff.x86_64
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install nasm-rdoff.x86_64.
Install nasm-rdoff.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install nasm-rdoff.x86_64
using yum
by running the following command:
sudo yum -y install nasm-rdoff.x86_64
How To Uninstall nasm-rdoff.x86_64 on Amazon Linux 2
To uninstall only the nasm-rdoff.x86_64
package we can use the following command:
sudo yum remove nasm-rdoff.x86_64
nasm-rdoff.x86_64 Package Contents on Amazon Linux 2
/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/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.x86_64
on Amazon Linux 2 using yum.