gospider icon indicating copy to clipboard operation
gospider copied to clipboard

can't install

Open yosua24 opened this issue 3 years ago • 2 comments

can you tell me how to install it using "go install" please? because the "go get -u" command is deprecated

go get: installing executables with 'go get' in module mode is deprecated.
	Use 'go install pkg@version' instead.
	For more information, see https://golang.org/doc/go-get-install-deprecation
	or run 'go help get' or 'go help install'.

yosua24 avatar Jan 26 '22 03:01 yosua24

I ran: sudo go install github.com/jaeles-project/gospider@latest on my ubuntu20 but it doen't work but it is working on macOS, please help ...

yosua24 avatar Jan 26 '22 03:01 yosua24

I ran: sudo go install github.com/jaeles-project/gospider@latest on my ubuntu20 but it doen't work but it is working on macOS, please help ...

Go to releases page and download the version for your distr. like following,

wget https://github.com/jaeles-project/gospider/releases/download/v1.1.6/gospider_v1.1.6_linux_x86_64.zip

then unzip and use it.

s1avash26 avatar Mar 05 '22 18:03 s1avash26