How to Install and Uninstall python3-tldextract.noarch Package on CentOS Stream 9

Last updated: October 04,2024

1. Install "python3-tldextract.noarch" package

This tutorial shows how to install python3-tldextract.noarch on CentOS Stream 9

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

2. Uninstall "python3-tldextract.noarch" package

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

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

3. Information about the python3-tldextract.noarch package on CentOS Stream 9

Last metadata expiration check: 1:55:23 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-tldextract
Version : 3.4.4
Release : 1.el9
Architecture : noarch
Size : 105 k
Source : python-tldextract-3.4.4-1.el9.src.rpm
Repository : epel
Summary : Accurately separate the TLD from the registered domain and subdomains of a URL
URL : https://pypi.python.org/pypi/tldextract
License : BSD-3-Clause
Description : Accurately separate the TLD from the registered domain and
: subdomains of a URL, using the Public Suffix List. By default,
: this includes the public ICANN TLDs and their exceptions. You can
: optionally support the Public Suffix List's private domains as
: well.
:
: This is the Python 3 version of the package.