I have been using kali linux for a wile now on my mini laptop. I am a developer and would like to start developing in nasm. The problem is when I try to download nasm I use this command:
apt-get install nasm
It gives an error that there isnt such a package.
I have also tried:
apt-cache policy nasm
It also give that error (I am not sure what the precise error code is as I am posting this from a different computer, but it is basicly that there isnt a package named nasm)
I also tried to install g-edit, it gives the same error. Same with libre office.
How do I fix this?