How to Install and Uninstall pyOpenSSL.x86_64 Package on Amazon Linux 2

Last updated: May 17,2024

1. Install "pyOpenSSL.x86_64" package

Please follow the guidelines below to install pyOpenSSL.x86_64 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install pyOpenSSL.x86_64

2. Uninstall "pyOpenSSL.x86_64" package

Learn how to uninstall pyOpenSSL.x86_64 on Amazon Linux 2:

$ sudo yum remove pyOpenSSL.x86_64 $ sudo yum autoremove

3. Information about the pyOpenSSL.x86_64 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : pyOpenSSL
Arch : x86_64
Version : 0.13.1
Release : 3.amzn2.0.2
Size : 133 k
Repo : amzn2-core/2/x86_64
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