How to Install and Uninstall python3-tldextract.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

1. Install "python3-tldextract.noarch" package

Please follow the instructions below to install python3-tldextract.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-tldextract.noarch" package

This guide let you learn how to uninstall python3-tldextract.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-tldextract.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:07:26 ago on Mon Feb 26 07:04:30 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.