How to Install and Uninstall pyOpenSSL.x86_64 Package on CentOS 7 / RHEL 7
Last updated: January 13,2025
1. Install "pyOpenSSL.x86_64" package
This tutorial shows how to install pyOpenSSL.x86_64 on CentOS 7 / RHEL 7
$
sudo yum makecache
Copied
$
sudo yum install
pyOpenSSL.x86_64
Copied
2. Uninstall "pyOpenSSL.x86_64" package
This is a short guide on how to uninstall pyOpenSSL.x86_64 on CentOS 7 / RHEL 7:
$
sudo yum remove
pyOpenSSL.x86_64
Copied
$
sudo yum autoremove
Copied
3. Information about the pyOpenSSL.x86_64 package on CentOS 7 / RHEL 7
Installed Packages
Name : pyOpenSSL
Arch : x86_64
Version : 0.13.1
Release : 4.el7
Size : 630 k
Repo : installed
From repo : base
Summary : Python wrapper module around the OpenSSL library
URL : http://pyopenssl.sourceforge.net/
License : ASL 2.0
Description : High-level wrapper around a subset of the OpenSSL library,
: includes among others
: * SSL.Connection objects, wrapping the methods of Python's
: portable sockets
: * Callbacks written in Python
: * Extensive error-handling mechanism, mirroring OpenSSL's error
: codes
Name : pyOpenSSL
Arch : x86_64
Version : 0.13.1
Release : 4.el7
Size : 630 k
Repo : installed
From repo : base
Summary : Python wrapper module around the OpenSSL library
URL : http://pyopenssl.sourceforge.net/
License : ASL 2.0
Description : High-level wrapper around a subset of the OpenSSL library,
: includes among others
: * SSL.Connection objects, wrapping the methods of Python's
: portable sockets
: * Callbacks written in Python
: * Extensive error-handling mechanism, mirroring OpenSSL's error
: codes