How to Install and Uninstall python311-pyOpenSSL Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python311-pyOpenSSL" package

This guide covers the steps necessary to install python311-pyOpenSSL on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pyOpenSSL

2. Uninstall "python311-pyOpenSSL" package

Here is a brief guide to show you how to uninstall python311-pyOpenSSL on openSuSE Tumbleweed:

$ sudo zypper remove python311-pyOpenSSL

3. Information about the python311-pyOpenSSL package on openSuSE Tumbleweed

Information for package python311-pyOpenSSL:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pyOpenSSL
Version : 24.0.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 687.0 KiB
Installed : No
Status : not installed
Source package : python-pyOpenSSL-24.0.0-1.4.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.