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

Last updated: October 06,2024

1. Install "pyOpenSSL.src" package

This guide covers the steps necessary to install pyOpenSSL.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install pyOpenSSL.src

2. Uninstall "pyOpenSSL.src" package

This tutorial shows how to uninstall pyOpenSSL.src on Oracle Linux 8:

$ sudo dnf remove pyOpenSSL.src $ sudo dnf autoremove

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

Last metadata expiration check: 3:33:57 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : pyOpenSSL
Version : 19.0.0
Release : 1.el8
Architecture : src
Size : 186 k
Source : None
Repository : ol8_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