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

Last updated: May 20,2024

1. Install "python39-tldextract" package

This is a short guide on how to install python39-tldextract on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-tldextract

2. Uninstall "python39-tldextract" package

Please follow the guidance below to uninstall python39-tldextract on openSuSE Tumbleweed:

$ sudo zypper remove python39-tldextract

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

Information for package python39-tldextract:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-tldextract
Version : 5.1.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 327.0 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.