How to Install and Uninstall nasm.x86_64 Package on Amazon Linux 2

Last updated: May 19,2024

1. Install "nasm.x86_64" package

This tutorial shows how to install nasm.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install nasm.x86_64

2. Uninstall "nasm.x86_64" package

Please follow the steps below to uninstall nasm.x86_64 on Amazon Linux 2:

$ sudo yum remove nasm.x86_64 $ sudo yum autoremove

3. Information about the nasm.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : nasm
Arch : x86_64
Version : 2.15.03
Release : 3.amzn2.0.1
Size : 304 k
Repo : amzn2-core/2/x86_64
Summary : A portable x86 assembler which uses Intel-like syntax
URL : http://www.nasm.us
License : BSD
Description : NASM is the Netwide Assembler, a free portable assembler for the
: Intel 80x86 microprocessor series, using primarily the traditional
: Intel instruction mnemonics and syntax.