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

Last updated: June 30,2024

1. Install "python3-pyOpenSSL" package

Please follow the guidelines below to install python3-pyOpenSSL on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pyOpenSSL

2. Uninstall "python3-pyOpenSSL" package

Learn how to uninstall python3-pyOpenSSL on openSUSE Leap:

$ sudo zypper remove python3-pyOpenSSL

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

Information for package python3-pyOpenSSL:
------------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-pyOpenSSL
Version : 21.0.0-150400.7.62
Arch : noarch
Vendor : SUSE LLC
Installed Size : 590.4 KiB
Installed : No
Status : not installed
Source package : python3-pyOpenSSL-21.0.0-150400.7.62.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.