gvm
gvm copied to clipboard
Usage on linux
I'm currently on a linux computer using ubuntu 20.04 can't get this to work it always throws
How can I fix this??
@makuzaverite please use sudo apt-get install curl git mercurial make binutils bison gcc build-essential
you are missing a set of dependencies to use GVM.
Please look at the readme here for more information: https://github.com/moovweb/gvm/tree/master#linux-requirements
👍