Skip to content

Instantly share code, notes, and snippets.

@Adron
Last active March 27, 2024 22:10
Show Gist options
  • Save Adron/4e1e7d0f71da7c415f455d5930ea94c9 to your computer and use it in GitHub Desktop.
Save Adron/4e1e7d0f71da7c415f455d5930ea94c9 to your computer and use it in GitHub Desktop.
Installing golang via apt-get
sudo add-apt-repository ppa:ubuntu-lxc/lxd-stable
sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install golang
# Usually this is good to install golang, but alas the apt-get repo is usually out of sync with the latest.
@zoltan-kecskemethy-epam

Yes. Agree. Keep it. Good source of info! Thanks.

@g1gabyteDEV
Copy link

g1gabyteDEV commented Sep 21, 2023

Cant you just use this:
sudo apt install nala
sudo nala install golang

@Adron
Copy link
Author

Adron commented Dec 8, 2023

This OP I wrote is pretty dated at this point @g1gabyteDEV. So YMMV and I don't even do it this way anymore. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment