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

Last updated: September 28,2024

1. Install "go1.7-race" package

Please follow the guidance below to install go1.7-race on openSUSE Leap

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

2. Uninstall "go1.7-race" package

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

$ sudo zypper remove go1.7-race

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

Information for package go1.7-race:
-----------------------------------
Repository : Main Repository
Name : go1.7-race
Version : 1.7.5-6.12
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 373.0 KiB
Installed : No
Status : not installed
Source package : go1.7-1.7.5-6.12.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.