How to Install and Uninstall go1.17 Package on openSUSE Leap

Last updated: April 24,2024

1. Install "go1.17" package

This guide covers the steps necessary to install go1.17 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install go1.17

2. Uninstall "go1.17" package

This is a short guide on how to uninstall go1.17 on openSUSE Leap:

$ sudo zypper remove go1.17

3. Information about the go1.17 package on openSUSE Leap

Information for package go1.17:
-------------------------------
Repository : Main Repository
Name : go1.17
Version : 1.17.13-150000.1.45.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 631.7 MiB
Installed : No
Status : not installed
Source package : go1.17-1.17.13-150000.1.45.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.