How to Install and Uninstall python311-pyOpenSSL Package on openSUSE Leap

Last updated: June 01,2024

1. Install "python311-pyOpenSSL" package

Please follow the instructions below to install python311-pyOpenSSL on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-pyOpenSSL

2. Uninstall "python311-pyOpenSSL" package

Please follow the guidance below to uninstall python311-pyOpenSSL on openSUSE Leap:

$ sudo zypper remove python311-pyOpenSSL

3. Information about the python311-pyOpenSSL package on openSUSE Leap

Information for package python311-pyOpenSSL:
--------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-pyOpenSSL
Version : 23.2.0-150400.3.6.9
Arch : noarch
Vendor : SUSE LLC
Installed Size : 546.7 KiB
Installed : No
Status : not installed
Source package : python-pyOpenSSL-23.2.0-150400.3.6.9.src
Upstream URL : https://github.com/pyca/pyopenssl
Summary : Python wrapper module around the OpenSSL library
Description :
pyOpenSSL is a set of Python bindings for OpenSSL. It includes some low-level
cryptography APIs but is primarily focused on providing an API for using the
TLS protocol from Python.
pyOpenSSL is now a pure-Python project with a dependency on a new project,
cryptography (), which provides (among
other things) a cffi-based interface to OpenSSL.