How to Install and Uninstall pyOpenSSL.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 29,2024

1. Install "pyOpenSSL.x86_64" package

This tutorial shows how to install pyOpenSSL.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install pyOpenSSL.x86_64

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 $ sudo yum autoremove

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