Problem: after clean install, it will not update.
I originally found this trying to install OpenVAS.
sudo apt-get install openvas
returned
Unable to locate packages.
sudo apt-get update did not do anything either.
sudo leafpad /etc/apt/sources.list
In that file, I copied the correct source file repository from here:
I used the Kali-Rolling
Then I was able to run:
Sudo apt-get update
Sudo apt-get dist-upgrade (this took a VERY long time)
Sudo apt-get install openvas
No comments:
Post a Comment