Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
misc:openvas [2021/07/23 08:22] – created jsmisc:openvas [2021/07/23 08:25] (current) js
Line 9: Line 9:
  
 Homepage: [[https://www.openvas.org]] Homepage: [[https://www.openvas.org]]
 +
 +===== Install on RockyLinux =====
 +
 +<code bash>
 +wget -q -O - https://updates.atomicorp.com/installers/atomic | sh
 +yum install gvm
 +gvm-setup</code>
 +
 +Check if GVM runs:
 +<code bash>
 +systemctl status gsad
 +systemctl status gvmd
 +systemctl status ospd-openvas
 +</code>
 +