VirusTotal/vt-cli

Help with Installation.

Closed this issue · 4 comments

Hi,
I've been trying to install the vt-cli tool but i keep get the same error while using
make install
The Error it gives me is:

go install -ldflags "-X github.com/VirusTotal/vt-cli/cmd.Version=" github.com/VirusTotal/vt-cli/vt
/bin/sh: 1: go: not found
make: *** [Makefile:13: install] Error 127

Please assist, I don't know what to do from this point..

Hello @BenjaminAbergel,

It seems you don't have go installed (which is necessary to compile vt-cli). There are compiled binaries available here: https://github.com/VirusTotal/vt-cli/releases/tag/0.10.2

Regards,
Marta

Hello @BenjaminAbergel,

Just download either Linux32 or Linux64 package depending on your computer's architecture, decompress it and execute it.

Regards,
Marta