How to Install and Uninstall go1.18-openssl Package on openSUSE Leap

Last updated: June 29,2024

1. Install "go1.18-openssl" package

This tutorial shows how to install go1.18-openssl on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install go1.18-openssl

2. Uninstall "go1.18-openssl" package

This tutorial shows how to uninstall go1.18-openssl on openSUSE Leap:

$ sudo zypper remove go1.18-openssl

3. Information about the go1.18-openssl package on openSUSE Leap

Information for package go1.18-openssl:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : go1.18-openssl
Version : 1.18.10.1-150000.1.9.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 533.2 MiB
Installed : No
Status : not installed
Source package : go1.18-openssl-1.18.10.1-150000.1.9.1.src
Upstream URL : https://go.dev/
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.