Unable to install gvm (E: Unable to locate package gvm)

Hi,

I am attempting to install gvm but i keep getting error that says E: Unable to locate package gvm

this is the codes i am running:

root@kali:~# gvm-setup
bash: gvm-setup: command not found
root@kali:~# apt install gvm -y
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package gvm
root@kali:~# apt install gvm -y
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package gvm

I was also facing same issue. But then I ran sudo apt-get update. After that this error was resolved

2 Likes

Thank you so much, that has worked.