Hi there,
I recently built the latest version of openvas-scanner
and gvm-libs
from source and encountered the following error message:
The following packages have unmet dependencies:
libcurl4-gnutls-dev : Conflicts: libcurl4-openssl-dev but 7.81.0-1ubuntu1.20 is to be installed
libcurl4-openssl-dev : Conflicts: libcurl4-gnutls-dev but 7.81.0-1ubuntu1.20 is to be installed
It seems that gvm-libs
requires libcurl4-openssl-dev
as dependency, while openvas-scanner
requires libcurl4-gnutls-dev
, but we can’t install them simultaneously.
Are there any solutions for this, or is this an error and we need to update the source code?