How to Install and Uninstall obs-service-go_modules Package on openSUSE Leap

Last updated: May 18,2024

1. Install "obs-service-go_modules" package

Please follow the guidance below to install obs-service-go_modules on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install obs-service-go_modules

2. Uninstall "obs-service-go_modules" package

Please follow the guidance below to uninstall obs-service-go_modules on openSUSE Leap:

$ sudo zypper remove obs-service-go_modules

3. Information about the obs-service-go_modules package on openSUSE Leap

Information for package obs-service-go_modules:
-----------------------------------------------
Repository : Main Repository
Name : obs-service-go_modules
Version : 0.5.0-bp155.1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 45.8 KiB
Installed : No
Status : not installed
Source package : obs-service-go_modules-0.5.0-bp155.1.7.src
Upstream URL : https://github.com/openSUSE/obs-service-go_modules
Summary : An OBS source service: Download, verify and vendor Go module dependencies
Description :
An OBS Source Service that will download,
verify and vendor Go module dependency sources.
Using go.mod and go.sum present in a Go application,
the source service will call Go tools in sequence:
go mod download
go mod verify
go mod vendor
Then create a vendor.tar.gz populated with the contents of
vendor/