anubisthejackle / kali-openvas-install

OpenVAS / Greenbone Vulnerability Manager (GVM) 11 Install Script for Kali Linux
GNU General Public License v3.0
24 stars 11 forks source link

Possible Glitch after Installing Kali version of OpenVAS #2

Closed anubisthejackle closed 4 years ago

anubisthejackle commented 4 years ago

The only difference between my bare metal install and my VM install was on bare metal I installed the Kali everything meta package before installing OpenVAS. The meta package installs the Kali package version of OpenVAS. I did an apt purge of it, and an auto remove after, but it seems like this might be the cause of the confusion.

anubisthejackle commented 4 years ago

Turns out the issue this related to was because I was install python3-dev instead of python3.7-dev by default, and that is required by psutils, which will error out if you try to install it without python3.7-dev installed.