Install Golang (Go) on Ubuntu


In order to install Golang (Go Language) on Ubuntu, follow the below steps:

  1. Open Linux Terminal,
  2. Now type apt-get update (or sudo apt-get update)
  3. To install Golang type command:
    # apt-get install golang-go
  4. To check if Go was installed correctly, we can try to check the version command,
    # go version
    go version go1.18.1 Linux/arm64
  5. Congratulations! You are ready to Go :)
Instal Golang on Ubuntu

Do let me know as a comment if you faced any issues while installing Go, I am happy to help!

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org



















Copyright Β© Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap