How to Install and Uninstall go1.19-openssl Package on openSUSE Leap
Last updated: November 07,2024
1. Install "go1.19-openssl" package
In this section, we are going to explain the necessary steps to install go1.19-openssl on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
go1.19-openssl
Copied
2. Uninstall "go1.19-openssl" package
This tutorial shows how to uninstall go1.19-openssl on openSUSE Leap:
$
sudo zypper remove
go1.19-openssl
Copied
3. Information about the go1.19-openssl package on openSUSE Leap
Information for package go1.19-openssl:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : go1.19-openssl
Version : 1.19.13.1-150000.1.8.1
Arch : x86_64
Vendor : SUSE LLC
Support Level : Level 3
Installed Size : 563.4 MiB
Installed : No
Status : not installed
Source package : go1.19-openssl-1.19.13.1-150000.1.8.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.
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : go1.19-openssl
Version : 1.19.13.1-150000.1.8.1
Arch : x86_64
Vendor : SUSE LLC
Support Level : Level 3
Installed Size : 563.4 MiB
Installed : No
Status : not installed
Source package : go1.19-openssl-1.19.13.1-150000.1.8.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.