GVM installation on Kali Linux VM

Hello, I am new to VMs,

I am trying to install GVM on my Kali Linux and I am running into an error that I cannot seem to unblock. I have no idea how to get past this and I have tried everything. I even used a purge command “sudo apt purge openvas gvmd gvm*” to see if maybe I just needed to re-install it…I have no idea what I am doing at this point.

Any advice here?

@PinkFlamingo01 just reinstall latest kali linux and run following command after that

export DEBIAN_FRONTEND=noninteractive

apt -y update; apt -y upgrade; apt -y install openvas

gvm-setup
gvm-check-setup

Eero

HI, please don’t paste screenshots from you console. See Start Here/Read Me First - #3 by bricks for additional hints.

Btw. your last screenshot shows your issue clearly.

2 Likes

@PinkFlamingo01 Looks like yours system run out of diskspace during the installation; Make sure that you have 60G on / and 8G or more memory and then try again.. (reinstall the vm)

Eero

1 Like

Oh, sorry about that!