How To: Install Go on Raspberry Pi
Go running on Raspberry Pi
There’s nothing special about installing Go language on Raspberry Pi platform, apart from the fact that you will get the version of Go compiled for the platform Raspberry Pi is using – which is ARM based.
Install Go using apt-get
Simply install the golang package, expect it to bring quite a few dependencies along:
Run go to check version
Have fun!
See Also
- check raspbian version
- Raspberry Pi 4
- Raspberry Pi 4 8GB RAM
- What Raspbian Version Do I have?
- Confirm Raspberry Pi model
- Rotate display image in Raspberry Pi
- Raspbian OS
- upgrade firmware with rpi-update
- Repair filesystem in Raspbian
- systemctl command
Go running on Raspberry Pi
There’s nothing special about installing Go language on Raspberry Pi platform, apart from the fact that you will get the version of Go compiled for the platform Raspberry Pi is using – which is ARM based.
Install Go using apt-get
Simply install the golang package, expect it to bring quite a few dependencies along:
Run go to check version
Have fun!
See Also
- check raspbian version
- Raspberry Pi 4
- Raspberry Pi 4 8GB RAM
- What Raspbian Version Do I have?
- Confirm Raspberry Pi model
- Rotate display image in Raspberry Pi
- Raspbian OS
- upgrade firmware with rpi-update
- Repair filesystem in Raspbian
- systemctl command