Hoping someone can explain to me what the problem is with the below screenshot?
I recently installed Ubuntu 16.04 server on Raspberry PI and I am trying to install Openvas,
Hoping someone can explain to me what the problem is with the below screenshot?
I recently installed Ubuntu 16.04 server on Raspberry PI and I am trying to install Openvas,
It is not in the repository, you can get it at this PPA
sudo add-apt-repository ppa:mrazavi/openvas && sudo apt-get update
sudo apt-get install greenbone-security-assistant
Here is a list of other packages supplied by this PPA
greenbone-security-assistant9
openvas-cli
openvas-libraries
openvas-manager
openvas-scanner
openvas9-cli
openvas9-libraries
openvas9-manager
openvas9-scanner
rats
Yes it adds OK and then asks me to press enter which I do. I then enter the sudo apt-get install greenbone-security-assistant
and get N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use. ubuntu@ubuntu:~$ sudo apt-get install greenbone-security-assistant sudo: unable to resolve host ubuntu Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package greenbone-security-assistant
– Alex Harding Oct 07 '16 at 09:58sudo apt update
? – Mark Kirby Oct 07 '16 at 10:01Then it looks like it attempts to update. When it gets to download.opensuse.org "N: Updating from such a repository can't be done securely, and is therefore disabled by default."
– Alex Harding Oct 07 '16 at 10:06W: http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v5/xUbuntu_12.04/./Release.gpg: Signature by key 74848501FA390C473AFDAC38BED1E87979EAFD54 uses weak digest algorithm (SHA1) W: GPG error: http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v5/xUbuntu_12.04 ./ Release: The following signatures were invalid: KEYEXPIRED 1442587334 E: The repository 'http://download.opensuse.org/repositories/security:/OpenVAS:/UNSTABLE:/v5/xUbuntu_12.04 ./ Release' is not signed.
– Alex Harding Oct 07 '16 at 10:12sudo nano /etc/apt/sources.list
and comment out any opensuse lines with a#
at the start, thensudo apt update
– Mark Kirby Oct 07 '16 at 10:14This is strange its a fresh install too
– Alex Harding Oct 07 '16 at 10:33