After reading Kali, Postgres, GVM, and Troubleshooting you may have GVM up and running on your linux machine. Next, you probably want to update the the Greenbone Community Feeds. If you previously used the Greenbone VM, you may be expecting the feeds to update automatically but if that doesn’t happen, then you will need to update them manually. According to a Greenbone Community post, the commands below can be used for GVM9+1:
/usr/sbin/greenbone-nvt-sync
/usr/sbin/greenbone-scapdata-sync
/usr/sbin/greenbone-certdata-sync
If you run /usr/sbin/greenbone-nvt-sync and it states Permission denied, you might try to run sudo /usr/sbin/greenbone-nvt-sync, but if you do that Greenbone will use the account running sudo to download the new NVT information instead of the gvm user.
To properly run greenbone-nvt-sync, this command should be used:
sudo runuser -u _gvm -- greenbone-nvt-sync
If that command works, then we can use the same syntax to run the other gvm feed update commands. These are the commands you might run:
sudo runuser -u _gvm -- greenbone-nvt-sync
sudo runuser -u _gvm -- greenbone-scapdata-sync
sudo runuser -u _gvm -- greenbone-certdata-sync
The GVM Feeds should be updated once those commands are done executing.
[1] https://community.greenbone.net/t/how-to-update-keep-the-feed-up-to-date/1431/4
Instance address