Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go get: installing executables with 'go get' in module mode is deprecated. Use 'go install pkg@version' instead. #51

Open
ZedTechInfo opened this issue Mar 18, 2022 · 3 comments

Comments

@ZedTechInfo
Copy link

Help on how to install because even after using the command:
go install github.com/tomnomnom/httprobe@latest

The is no response from the httprobe in terminal returns:
httprobe: command not found

@abdulx01
Copy link

Same problem with installing :

┌──(root💀kali)-[/home/kali]
└─# go get -u github.com/tomnomnom/httprobe
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'.

@abdulx01
Copy link

Now issue solved: It has already been installed when i see in go/bin file: Then copy to /usr/bin/ 👍

@ibrahimsofficial
Copy link

ibrahimsofficial commented Jun 22, 2022

git clone https://github.com/tomnomnom/httprobe.git
cd httprobe/
go build
cd
cd go/bin/
sudo cp httprobe /usr/local/bin/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants