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

Last updated: October 10,2024

1. Install "python3-publicsuffix2.noarch" package

This guide covers the steps necessary to install python3-publicsuffix2.noarch on Fedora 38

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

2. Uninstall "python3-publicsuffix2.noarch" package

Please follow the guidelines below to uninstall python3-publicsuffix2.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:45:28 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-publicsuffix2
Version : 2.20191221
Release : 9.fc38
Architecture : noarch
Size : 29 k
Source : python-publicsuffix2-2.20191221-9.fc38.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.