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

Last updated: May 19,2024

1. Install "python2-tldextract" package

This is a short guide on how to install python2-tldextract on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-tldextract

2. Uninstall "python2-tldextract" package

This tutorial shows how to uninstall python2-tldextract on openSUSE Leap:

$ sudo zypper remove python2-tldextract

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

Information for package python2-tldextract:
-------------------------------------------
Repository : Main Repository
Name : python2-tldextract
Version : 2.2.2-bp153.1.19
Arch : noarch
Vendor : openSUSE
Installed Size : 171,7 KiB
Installed : No
Status : not installed
Source package : python-tldextract-2.2.2-bp153.1.19.src
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.