InterviewSolution
| 1. |
How To Installing Nasm? |
|
Answer» If you select "Development Tools" while installing Linux, you MAY get NASM installed along with the Linux operating system and you do not need to download and install it separately. For checking whether you already have NASM installed, take the following steps −
To install NASM, take the following steps :
This should install NASM on your system. Alternatively, you can use an RPM distribution for the FEDORA Linux. This version is simpler to install, just double-click the RPM file.
If you select "Development Tools" while installing Linux, you may get NASM installed along with the Linux operating system and you do not need to download and install it separately. For checking whether you already have NASM installed, take the following steps − To install NASM, take the following steps : This should install NASM on your system. Alternatively, you can use an RPM distribution for the Fedora Linux. This version is simpler to install, just double-click the RPM file.
|
|