Page 1 of 1

Missing Fedora OpenVAS Package?

Posted: Wed Sep 21, 2016 11:25 pm
by Bulletproofz
Hi, I've been trying to install OpenVAS on Fedora 24 but keep getting the Error No package openvas available. Here is what I've done so far.

I've added the Repository as Root (su)

Code: Select all

wget -q -O - http://www.atomicorp.com/installers/atomic |sh
-
After adding that, still as root i use the command dnf install openvas and get this error.

Code: Select all

$ dnf install openvas
Last metadata expiration check: 0:22:55 ago on Thu Sep 22 03:43:22 2016.
No package openvas available.
Error: Unable to find a match.
-
So then i used the command dnf search openvas, this is the output

Code: Select all

$ dnf search openvas
Last metadata expiration check: 0:00:23 ago on Thu Sep 22 04:19:34 2016.
============================================ N/S Matched: openvas ============================================
openvas-smb.x86_64 : openvas-smb
openvas-libraries-doc.x86_64 : Documentation for openvas-libraries
openvas-cli.x86_64 : The Open Vulnerability Assessment (OpenVAS) CLI
openvas-cli-debuginfo.x86_64 : Debug information for package openvas-cli
openvas-smb-debuginfo.x86_64 : Debug information for package openvas-smb
openvas-libraries-devel.i686 : Development files for openvas-libraries
openvas-libraries-devel.x86_64 : Development files for openvas-libraries
openvas-scanner.x86_64 : The Open Vulnerability Assessment (OpenVAS) Server
openvas-manager.x86_64 : The Open Vulnerability Assessment (OpenVAS) Manager
openvas-gsa.x86_64 : Greenbone Security Assistant (GSA) is GUI to the OpenVAS
openvas-scanner-debuginfo.x86_64 : Debug information for package openvas-scanner
openvas-manager-debuginfo.x86_64 : Debug information for package openvas-manager
openvas-libraries-debuginfo.x86_64 : Debug information for package openvas-libraries
openvas-libraries.x86_64 : Support libraries for Open Vulnerability Assessment (OpenVAS) Server
openvas-libraries.i686 : Support libraries for Open Vulnerability Assessment (OpenVAS) Scanner

So is there a missing package here?