This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
misc:openvas [2021/07/23 08:22] – created js | misc:openvas [2021/07/23 08:25] (current) – js | ||
---|---|---|---|
Line 9: | Line 9: | ||
Homepage: [[https:// | Homepage: [[https:// | ||
+ | |||
+ | ===== Install on RockyLinux ===== | ||
+ | |||
+ | <code bash> | ||
+ | wget -q -O - https:// | ||
+ | yum install gvm | ||
+ | gvm-setup</ | ||
+ | |||
+ | Check if GVM runs: | ||
+ | <code bash> | ||
+ | systemctl status gsad | ||
+ | systemctl status gvmd | ||
+ | systemctl status ospd-openvas | ||
+ | </ | ||
+ |