How to Install and Uninstall go1.13 Package on openSuSE Tumbleweed

Last updated: May 02,2024

1. Install "go1.13" package

Please follow the guidance below to install go1.13 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install go1.13

2. Uninstall "go1.13" package

Please follow the guidance below to uninstall go1.13 on openSuSE Tumbleweed:

$ sudo zypper remove go1.13

3. Information about the go1.13 package on openSuSE Tumbleweed

Information for package go1.13:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : go1.13
Version : 1.13.15-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 447.3 MiB
Installed : No
Status : not installed
Source package : go1.13-1.13.15-3.1.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.