Click here to Skip to main content
15,884,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I copied and pasted below code with the intent of changing 2.14.02 to 2.15.05, but the moment I pasted into terminal it ran as is below:

wget http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/nasm-2.14.02.tar.bz2
tar xfj nasm-2.14.02.tar.bz2

cd nasm-2.14.02/

./autogen.sh

./configure --prefix=/usr/local/

make

sudo make install

hash -d nasm

What I have tried:

Quite new at this, so thanks in advance. Want to install 2.15.05 Tried dpgk --list and did not show nasm? Running Pop!_OS.
Posted
Updated 23-Jun-21 5:49am

1 solution

Your wget command has requested version 2.14.02. Try Index of /pub/nasm/releasebuilds/2.15.05[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900