How to Install and Uninstall python3-publicsuffix2.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "python3-publicsuffix2.noarch" package

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

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

2. Uninstall "python3-publicsuffix2.noarch" package

This guide let you learn how to uninstall python3-publicsuffix2.noarch on Fedora 34:

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

3. Information about the python3-publicsuffix2.noarch package on Fedora 34

Last metadata expiration check: 1:21:04 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-publicsuffix2
Version : 2.20191221
Release : 3.fc34
Architecture : noarch
Size : 28 k
Source : python-publicsuffix2-2.20191221-3.fc34.src.rpm
Repository : fedora
Summary : Get a public suffix for a domain name using the Public Suffix List
URL : https://github.com/nexb/python-publicsuffix2
License : MIT
Description : This module allows you to get the public suffix, as well as the registrable
: domain, of a domain name using the Public Suffix List from
: http://publicsuffix.org
:
: This module builds the public suffix list as a Trie structure, making it more
: efficient than other string-based modules available for the same purpose. It can
: be used effectively in large-scale distributed environments, such as PySpark.
:
: The code is a fork of the publicsuffix package and includes the same base API.
: In addition, it contains a few variants useful for certain use cases, such as
: the option to ignore wildcards or return only the extended TLD (eTLD). You just
: need to import publicsuffix2 instead.