Rate This Document
Findability
Accuracy
Completeness
Readability

NASM Not Found After Installing GCC

Symptom

After GCC is installed, a message is displayed indicating that NASM is not found.

Key Process and Cause Analysis

NASM is not installed.

Conclusion and Solution

  1. Download the NASM software package.
  2. Upload the software package to the server and decompress it.
    tar -xvf nasm.tar.gz
  3. Perform the installation.
    ./configure
    make
    sudo make install