I need a copy of the latest source installation instructions

I need a copy of the latest source installation instructions. It’s best to copy and paste to complete the installation.

It’s July 13, 2022

I need an install GVM 21.4 on Ubuntu 20.04 and install GVM 21.4 on Ubuntu 22.04

The articles on the official website and other people’s Posts fail halfway through the installation. I can’t figure out why your software is so difficult to compile and install, and why the documentation fails

Now it is

On the night of July 13, 2022, I couldn’t sleep

@qwqw Please use latest Debian. There is no official installation for ubuntu. latest ubuntu contains some version of gvm on its packaging system.

Eero

2 Likes

I executed the following command on Ubuntu 22 to install:
root:
apt update
apt upgrade
apt-get install gvm
gvm-setup

Then display

root@ubuntu-virtual-machine:~# gvm-check-setup
gvm-check-setup 21.4.3
Test completeness and readiness of GVM-21.4.3
Step 1: Checking OpenVAS (Scanner)…
ERROR: No OpenVAS Scanner found.
FIX: Please install OpenVAS Scanner.

ERROR: Your GVM-21.4.3 installation is not yet complete!

Please follow the instructions marked with FIX above and run this
script again.

How should I install it on Ubuntu 22

@qwqw it should work, but you failed to give output from command “apt-get install gvm”
and “gvm-setup”.

Hard to say what part you have failed to complete.

Eero

1 Like

@qwqw reinstall your ubuntu and make sure that there is enought memory on machine.

then run following commands

apt-get update
apt-get install -y gvm

reboot machine and run

gvm-setup

Eero

1 Like