Download and install Go quickly with the steps described here.
For other content on installing, you might be interested in:
Select the tab for your computer's operating system below, then follow its installation instructions.
$ rm -rf /usr/local/go && tar -C /usr/local -xzf go1.14.3.linux-amd64.tar.gz
(You may need to run each command separately with the necessary permissions, as root or through sudo
.)
Do not untar the archive into an existing /usr/local/go tree. This is known to produce broken Go installations.
PATH
environment variable.
You can do this by adding the following line to your $HOME/.profile or /etc/profile (for a system-wide installation):
export PATH=$PATH:/usr/local/go/bin
Note: Changes made to a profile file may not apply until the next time you log into your computer. To apply the changes immediately, just run the shell commands directly or execute them from the profile using a command such as source $HOME/.profile
.
$ go version
The package installs the Go distribution to /usr/local/go. The package should put the /usr/local/go/bin directory in your PATH
environment variable. You may need to restart any open Terminal sessions for the change to take effect.
$ go version
By default, the installer will install Go to Program Files
or Program Files (x86)
. You can change the location as needed. After installing, you will need to close and reopen any open command prompts so that changes to the environment made by the installer are reflected at the command prompt.
cmd
, then press the Enter key.$ go version
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4