How to Install and Uninstall go1.12-race Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "go1.12-race" package

Please follow the guidance below to install go1.12-race on openSuSE Tumbleweed

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

2. Uninstall "go1.12-race" package

Please follow the step by step instructions below to uninstall go1.12-race on openSuSE Tumbleweed:

$ sudo zypper remove go1.12-race

3. Information about the go1.12-race package on openSuSE Tumbleweed

Information for package go1.12-race:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : go1.12-race
Version : 1.12.17-4.9
Arch : x86_64
Vendor : openSUSE
Installed Size : 425,6 KiB
Installed : No
Status : not installed
Source package : go1.12-1.12.17-4.9.src
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.