How to Install and Uninstall python311-tldextract Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "python311-tldextract" package

This guide let you learn how to install python311-tldextract on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-tldextract

2. Uninstall "python311-tldextract" package

Please follow the instructions below to uninstall python311-tldextract on openSuSE Tumbleweed:

$ sudo zypper remove python311-tldextract

3. Information about the python311-tldextract package on openSuSE Tumbleweed

Information for package python311-tldextract:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-tldextract
Version : 5.1.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 344.6 KiB
Installed : No
Status : not installed
Source package : python-tldextract-5.1.1-1.2.src
Upstream URL : https://github.com/john-kurkowski/tldextract
Summary : Python module to separate the TLD of a URL
Description :
tldextract accurately separates the gTLD or ccTLD (generic or country code
top-level domain) 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.