Hi,

> E: Package 'libgnutls-dev' has no installation candidate
> E: Unable to locate package libgpgme11-dev
> 

I have no Kali Linux at hand, but as it's basically a Debian derived 
Linux distribution, try:

$ apt-cache search libgnutls-dev
and
$ apt-cache search libgpgme11-dev

And check if it finds any package that matches. If not, your distribution
is not providing the required libraries and building OpenVAS from source
will not work, unless you install those libs also from source (or from
a 3rd party package repository).

> Next the instructions want me to do a cmake, but there is no such command.  
> I see a file openvas_cmake_macros but can’t figure out how to run this.
> 

cmake is cross-platform make system, similar to GNU make (gmake or on most
Linux systems just make as it's the default there). You have to install it
using:

$ apt-get install cmake

No offense, but given that there seems to be some lack of knowledge about
Linux systems and building programs from sources, you might want to consider
using one of the pre-built VMs that are available on http://openvas.org/vm.html
instead. This will probably save you a lot of hassle.


Winni
_______________________________________________
Openvas-discuss mailing list
[email protected]
https://lists.wald.intevation.org/cgi-bin/mailman/listinfo/openvas-discuss

Reply via email to