...

How to Install Go language in Raspberry pi 4 and Ubuntu?

You install go language in raspberry pi 4, Ubuntu and Linux. The go language installation process is similar for all the Linux distros.

There is two way to install the go language in raspberry pi 4.

  1. Snap
  2. Command-line

Snap

With the help of the Snap store, the easy way to install Go language in Raspberry pi 4 and ubuntu.

Simple you paste only one snap command in raspberry pi 4, and your go language install and config path automatics in raspberry pi 4.

sudo snap install go --classic

Install Go language raspberry pi and ubuntu

https://snapcraft.io/go

Note

Install the go lang with Snap. Firstly, install snap cli in raspberry pi 4, and Ubuntu comes pre-install with a snap cli.


Command-line

The command-line provides both armhf and armd binary format of go language. Moreover, the command line utility helps the config everything inside raspberry pi 4 and ubuntu.

sudo apt-get install golang-go

Install go language with apt-get in raspberry pi and ubuntu


Check the go language version in raspberry pi 4 and ubuntu.

go version

Check go language version in the terminal


How to remove the go language package?

  • Snap
  • command-line

Snap

Remove all the go language configurations and packages in Raspberry pi 4 and ubuntu.

snap remove go

remove go language

Note

If you install go with a snap then you remove go with a snap.

Command-line

Remove or uninstall the go language package with all configuration use of the apt-get command.

sudo apt-get purge golang-go

Conclusion

I hope my article helps you. I'm not the go lang developer.