How to Install and Uninstall go Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "go" package

Please follow the step by step instructions below to install go on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install go

2. Uninstall "go" package

Please follow the guidance below to uninstall go on openSuSE Tumbleweed:

$ sudo zypper remove go

3. Information about the go package on openSuSE Tumbleweed

Information for package go:
---------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : go
Version : 1.21-1.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 82 B
Installed : No
Status : not installed
Source package : go-1.21-1.2.src
Upstream URL : http://golang.org
Summary : A compiled, garbage-collected, concurrent programming language
Description :
Go is an expressive, concurrent, garbage collected systems programming language
that is type safe and memory safe. It has pointers but no pointer arithmetic.
Go has fast builds, clean syntax, garbage collection, methods for any type, and
run-time reflection. It feels like a dynamic language but has the speed and
safety of a static language.