How to Install and Uninstall go Package on openSUSE Leap
Last updated: November 23,2024
1. Install "go" package
Here is a brief guide to show you how to install go on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
go
Copied
2. Uninstall "go" package
Please follow the step by step instructions below to uninstall go on openSUSE Leap:
$
sudo zypper remove
go
Copied
3. Information about the go package on openSUSE Leap
Information for package go:
---------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : go
Version : 1.21-150000.3.32.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 82 B
Installed : No
Status : not installed
Source package : go-1.21-150000.3.32.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.
---------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : go
Version : 1.21-150000.3.32.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 82 B
Installed : No
Status : not installed
Source package : go-1.21-150000.3.32.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.