Archive for September, 2018

How to Install nasm(assembler) on Ubuntu Trusty, 14.04 LTS

How to Install – nasm in Ubuntu trusty (14.04LTS)- Explained

1. Open the terminal. (Ctrl+Alt+T)

2. Enter the following command to the terminal

sudo apt-get update
sudo apt-get install nasm

3. In order to confirm that the package has been installed correctly, enter the following command.

sudo apt-get update

4. nasm Package is now installed.