How to Install and Uninstall python3-tldextract Package on openSUSE Leap

Last updated: January 11,2025

1. Install "python3-tldextract" package

This guide covers the steps necessary to install python3-tldextract on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-tldextract

2. Uninstall "python3-tldextract" package

Please follow the steps below to uninstall python3-tldextract on openSUSE Leap:

$ sudo zypper remove python3-tldextract

3. Information about the python3-tldextract package on openSUSE Leap

Information for package python3-tldextract:
-------------------------------------------
Repository : Main Repository
Name : python3-tldextract
Version : 3.1.2-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 302.9 KiB
Installed : No
Status : not installed
Source package : python-tldextract-3.1.2-bp155.2.13.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.