How to Install and Uninstall pyOpenSSL.src Package on Oracle Linux 9

Last updated: April 27,2024

1. Install "pyOpenSSL.src" package

This guide let you learn how to install pyOpenSSL.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install pyOpenSSL.src

2. Uninstall "pyOpenSSL.src" package

Please follow the guidance below to uninstall pyOpenSSL.src on Oracle Linux 9:

$ sudo dnf remove pyOpenSSL.src $ sudo dnf autoremove

3. Information about the pyOpenSSL.src package on Oracle Linux 9

Last metadata expiration check: 2:30:20 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : pyOpenSSL
Version : 19.0.0
Release : 1.0.1.el9
Architecture : src
Size : 177 k
Source : None
Repository : ol9_appstream
Summary : Python wrapper module around the OpenSSL library
URL : https://pyopenssl.readthedocs.org/
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