How to Install and Uninstall python3-publicsuffix2.noarch Package on AlmaLinux 9

Last updated: July 02,2024

1. Install "python3-publicsuffix2.noarch" package

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

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

2. Uninstall "python3-publicsuffix2.noarch" package

Please follow the steps below to uninstall python3-publicsuffix2.noarch on AlmaLinux 9:

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

3. Information about the python3-publicsuffix2.noarch package on AlmaLinux 9

Last metadata expiration check: 2:30:08 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-publicsuffix2
Version : 2.20191221
Release : 3.el9
Architecture : noarch
Size : 28 k
Source : python-publicsuffix2-2.20191221-3.el9.src.rpm
Repository : epel
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.