Fresh install Kali

Hello there,
Have been trying to install Gvm 21.4.3 on my kali laptop and the install just wont work.
When I do gvm-check setup this is what I get
ERROR: No CA certificate file for Server found.
FIX: Run ‘sudo runuser -u _gvm – gvm-manage-certs -a -f’.

When I try the fix sudo runuser -u _gvm – gvm-manage-certs -a -f’
Generated private key in /tmp/tmp.McOHUm3DEJ/cakey.pem.
Generated self signed certificate in /tmp/tmp.McOHUm3DEJ/cacert.pem.
ERROR: Install destinations are not writable. Aborting.
Am I missing something ? Sorry if this has been answered before I have looked and didnt find a solution. Thanks Kev

Hi @kevtheskin,

It’s a permissions problem somewhere, how did you install it (building from source, distribution package manager or another way)?

1 Like

Hello DeeAnn,
Thanks for getting back to me. All I did was `sudo apt install gvm the gvm-setup then gvm-check-setup
Results
gvm-check-setup 21.4.3
Test completeness and readiness of GVM-21.4.3
Step 1: Checking OpenVAS (Scanner)…
OK: OpenVAS Scanner is present in version 21.4.3.
ERROR: No CA certificate file for Server found.
FIX: Run ‘sudo runuser -u _gvm – gvm-manage-certs -a -f’.

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

If I am doing the setup wrong can you please point me in the right direction to do this. I am not that clued up in linux just trying to teach my old brain something new.
Cheers Kev

Have you tried this suggestion?

Yes it did not work .