How to Install and Uninstall python2-service-identity.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 15,2024

1. Install "python2-service-identity.noarch" package

Please follow the step by step instructions below to install python2-service-identity.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python2-service-identity.noarch

2. Uninstall "python2-service-identity.noarch" package

This is a short guide on how to uninstall python2-service-identity.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python2-service-identity.noarch $ sudo dnf autoremove

3. Information about the python2-service-identity.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:23:34 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-service-identity
Version : 18.1.0
Release : 2.el8
Architecture : noarch
Size : 28 k
Source : python-service-identity-18.1.0-2.el8.src.rpm
Repository : epel
Summary : Service identity verification for pyOpenSSL
URL : https://github.com/pyca/service_identity
License : MIT
Description : Service Identity Verification for pyOpenSSL.
:
: TL;DR: Use this package if you use pyOpenSSL and don’t want to be MITMed.
:
: service_identity aspires to give you all the tools you need for verifying
: whether a certificate is valid for the intended purposes.
:
: In the simplest case, this means host name verification. However,
: service_identity implements RFC 6125 fully and plans to add other
: relevant RFCs too.
:
: Python 2 version.