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

Last updated: May 15,2024

1. Install "python2-pyOpenSSL" package

In this section, we are going to explain the necessary steps to install python2-pyOpenSSL on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pyOpenSSL

2. Uninstall "python2-pyOpenSSL" package

Here is a brief guide to show you how to uninstall python2-pyOpenSSL on openSUSE Leap:

$ sudo zypper remove python2-pyOpenSSL

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

Information for package python2-pyOpenSSL:
------------------------------------------
Repository : Main Repository
Name : python2-pyOpenSSL
Version : 19.0.0-1.31
Arch : noarch
Vendor : SUSE LLC
Installed Size : 619,2 KiB
Installed : No
Status : not installed
Source package : python-pyOpenSSL-19.0.0-1.31.src
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.