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

Last updated: January 17,2025

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

Please follow the step by step instructions below to install python3-service-identity.noarch on Fedora 39

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

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

Please follow the guidelines below to uninstall python3-service-identity.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:32:22 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-service-identity
Version : 23.1.0
Release : 3.fc39
Architecture : noarch
Size : 35 k
Source : python-service-identity-23.1.0-3.fc39.src.rpm
Repository : fedora
Summary : Service identity verification for pyOpenSSL
URL : https://github.com/pyca/service-identity
License : MIT
Description : Use this package if you use pyOpenSSL and don’t want to be MITMed, or if you
: want to verify that a PyCA cryptography certificate is valid for a certain
: hostname or IP address. 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.