How to Install and Uninstall go1.20 Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "go1.20" package
This tutorial shows how to install go1.20 on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
go1.20
Copied
2. Uninstall "go1.20" package
This is a short guide on how to uninstall go1.20 on openSuSE Tumbleweed:
$
sudo zypper remove
go1.20
Copied
3. Information about the go1.20 package on openSuSE Tumbleweed
Information for package go1.20:
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : go1.20
Version : 1.20.14-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 160.6 MiB
Installed : No
Status : not installed
Source package : go1.20-1.20.14-3.1.src
Upstream URL : https://go.dev/
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.
-------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : go1.20
Version : 1.20.14-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 160.6 MiB
Installed : No
Status : not installed
Source package : go1.20-1.20.14-3.1.src
Upstream URL : https://go.dev/
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.