Advertisement
cwchen

[Console] Installing Go on GNU/Linux

Aug 20th, 2017
393
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. # Make destination directory
  2. $ mkdir ~/opt
  3.  
  4. # Untar the tarball
  5. $ tar -xf goX.Y.Z.linux-amd64.tar.gz -C ~/opt
  6.  
  7. # Set PATH in ~/.bashrc or ~/.zshrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement