Command ‘go’ not found

--

Hi All, Greetings…!!!

Hope you doing well! You must have encounter this error called command ‘go’ not found during any bug bounty tool installation written in go language (golang). We will see how we can solve this error :

Error looks like :

Command ‘go’ not found, but can be installed with :
sudo apt install gccgo-go
sudo apt install golang-go

Solution is :

Open your Kali Linux Terminal and run below command :

sudo apt install golang -y

Enter your root user password and that’s it.

Watch and Subscribe Us:

Thank you for Reading…!!!! : )

--

--