You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/install-guides/go.md
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
additional_search_terms:
3
3
- linux
4
4
- cloud
5
-
6
-
7
5
layout: installtoolsall
8
6
minutes_to_complete: 10
9
7
author: Jason Andrews
@@ -19,13 +17,11 @@ tool_install: true
19
17
weight: 1
20
18
---
21
19
22
-
[Go](https://go.dev/) is an open source programming language.
23
-
24
-
## What should I do before installing Go?
20
+
[Go](https://go.dev/) is an open source programming language. It is available for a variety of operating systems and Linux distributions.
25
21
26
-
Go is available for a variety of operating systems and Linux distributions and has multiple ways to install it.
22
+
There are multiple ways to install Go. In this guide, you'll learn how to install Go for Ubuntu on Arm.
27
23
28
-
This article provides a quick solution to install Go for Ubuntu on Arm.
24
+
## Before you begin
29
25
30
26
Confirm you are using an Arm machine by running:
31
27
@@ -41,30 +37,30 @@ aarch64
41
37
42
38
If you see a different result, you are not using an Arm computer running 64-bit Linux.
43
39
44
-
## How do I download and install Go?
40
+
## Download and install Go
45
41
46
-
The easiest way to install Go for Ubuntu on Arm is to download a release, extract it, and setup your `PATH` environment variable.
42
+
The easiest way to install Go for Ubuntu on Arm is to download a release, extract it, and set up your `PATH` environment variable. To do so, follow these steps:
0 commit comments