Issues Installing GB OpenVAS Kali Linux

Greetings. I am a new user, but I have use OpenVAS before. I want to start off by apologizing because I am not sure of the best thread category this question should be in. I am trying to install openVAS or GVM on Kali Linux 2020.04. Running apt-get install openvas or apt-get install gvm shows no installation package found for x. I have search everywhere on google and cannot find a solution. Every tutorial or blog shows to use those apt-get commands but they don’t work. Has anyone had this problem and if so what was your solution? Thanks.

You can certainly get it running on the latest Kali in a container.

sudo apt-get install docker.io

Then go here:

https://hub.docker.com/repository/docker/immauss/openvas

-Scott

Thank you very much for the quick reply. I will try that.