How to Install
-
3. Installing Go Ethereum
Then to Install Go Ethereum on Kali:
Especially relevant: this is a System-Wide Setup.
For a Local one, simply extract and run it from your Home directory.First, extract it locally with:
tar xvzf ~/Downloads/geth*.tar.gz
If you have trouble finding it, see:
Accessing the Downloads Folder from Browser.Set the SuperUser as owner:
sudo chown -R root:root ~/Downloads/get*/
Possibly remove the License:
rm ~/Downloads/get*/COPYING
Then move it into the target directory:
sudo mv ~/Downloads/geth*/* /usr/local/bin/
Check the setup by showing the help:
geth --help
Contents