How to Install and Uninstall python3-tldextract.noarch Package on Fedora 35

Last updated: May 19,2024

1. Install "python3-tldextract.noarch" package

Here is a brief guide to show you how to install python3-tldextract.noarch on Fedora 35

$ 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 Fedora 35:

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

3. Information about the python3-tldextract.noarch package on Fedora 35

Last metadata expiration check: 5:17:26 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-tldextract
Version : 3.1.2
Release : 1.fc35
Architecture : noarch
Size : 99 k
Source : python-tldextract-3.1.2-1.fc35.src.rpm
Repository : fedora
Summary : Accurately separate the TLD from the registered domain and subdomains of a URL
URL : https://pypi.python.org/pypi/tldextract
License : BSD
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.