How to Install and Uninstall go1.20-race Package on openSUSE Leap

Last updated: June 01,2024

1. Install "go1.20-race" package

This is a short guide on how to install go1.20-race on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install go1.20-race

2. Uninstall "go1.20-race" package

Learn how to uninstall go1.20-race on openSUSE Leap:

$ sudo zypper remove go1.20-race

3. Information about the go1.20-race package on openSUSE Leap

Information for package go1.20-race:
------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : go1.20-race
Version : 1.20.14-150000.1.41.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 523.9 KiB
Installed : No
Status : not installed
Source package : go1.20-1.20.14-150000.1.41.1.src
Upstream URL : https://compiler-rt.llvm.org/
Summary : Go runtime race detector
Description :
Go runtime race detector libraries. Install this package if you wish to use the
-race option, in order to detect race conditions present in your Go programs.