How to Install and Uninstall python3-certifi.noarch Package on CentOS Stream 8

Last updated: June 30,2024

1. Install "python3-certifi.noarch" package

Please follow the guidance below to install python3-certifi.noarch on CentOS Stream 8

$ sudo dnf update $ sudo dnf install python3-certifi.noarch

2. Uninstall "python3-certifi.noarch" package

Please follow the step by step instructions below to uninstall python3-certifi.noarch on CentOS Stream 8:

$ sudo dnf remove python3-certifi.noarch $ sudo dnf autoremove

3. Information about the python3-certifi.noarch package on CentOS Stream 8

Last metadata expiration check: 2:22:48 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-certifi
Version : 2018.10.15
Release : 7.el8
Architecture : noarch
Size : 16 k
Source : python-certifi-2018.10.15-7.el8.src.rpm
Repository : epel
Summary : Python package for providing Mozilla's CA Bundle
URL : http://certifi.io/en/latest/
License : MPLv2.0
Description : Certifi is a carefully curated collection of Root Certificates for validating
: the trustworthiness of SSL certificates while verifying the identity of TLS
: hosts. It has been extracted from the Requests project.
:
: Please note that this Fedora package does not actually include a certificate
: collection at all. It reads the system shared certificate trust collection
: instead. For more details on this system, see the ca-certificates package.
:
: This package provides the Python 3 certifi library.