How to Install and Uninstall python3-service-identity.noarch Package on Fedora 34

Last updated: October 05,2024

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

This guide let you learn how to install python3-service-identity.noarch on Fedora 34

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

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

Please follow the step by step instructions below to uninstall python3-service-identity.noarch on Fedora 34:

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

3. Information about the python3-service-identity.noarch package on Fedora 34

Last metadata expiration check: 5:34:28 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-service-identity
Version : 21.1.0
Release : 1.fc34
Architecture : noarch
Size : 27 k
Source : python-service-identity-21.1.0-1.fc34.src.rpm
Repository : updates
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 3 version.