Install glpi on Ubuntu 16.04
How to install nasm on Ubuntu 16.04?
Ubuntu Tutorial: In this tutorial you will learn to install nasm on Ubuntu 16.04.What is NASM?
The NASM stands for Netwide Assembler and this software is
open source. The NASM is assembler and disassemble for Intel x86 architecture.
This software is used to write 16-bit, 32-bit (IA-32) and 64-bit (x86-64)
programs.
Welcome to my Ubuntu tutorial website. Today, I will teach you to install nasm on Ubuntu 16.04.
In Ubuntu apt-get tool is used and we will also use this tool to install nasm on Ubuntu 16.04.
Here are steps for Install nasm on Ubuntu 16.04:
Step 1: Update system
First of update you system with following command:
sudo apt-get update
Step 2: Install nasm
After updating the system you should install it with the following command:
sudo apt-get install nasm
Above command will ask admin password and after that it will install nasm on Ubuntu 16.04.
Check more details at: How to Install nasm on Ubuntu 16.04?
Thanks

Comments
Post a Comment