How to Install and Uninstall python-publicsuffix Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "python-publicsuffix" package

Learn how to install python-publicsuffix on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-publicsuffix

2. Uninstall "python-publicsuffix" package

Here is a brief guide to show you how to uninstall python-publicsuffix on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-publicsuffix $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-publicsuffix package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-publicsuffix
Priority: optional
Section: universe/python
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Evgeni Golov
Architecture: all
Version: 1.1.0-2
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), publicsuffix, python-pkg-resources
Filename: pool/universe/p/python-publicsuffix/python-publicsuffix_1.1.0-2_all.deb
Size: 11056
MD5sum: e76e28bd6a6c3ad23f3cb7192aab6c95
SHA1: 2d20b80d13cd1778d359bf7af53ef610973f27fe
SHA256: a0011e25b682e561a228463160d610a12c84d86901b4ed98d85dc7673055cd44
Description-en: Python module to get a domain suffix using the Public Suffix List
This Python module allows you to get the public suffix of a domain name using
the Public Suffix List from http://publicsuffix.org.
.
A public suffix is one under which Internet users can directly register
names. Some examples of public suffixes are .com, .co.uk and pvt.k12.wy.us.
Accurately knowing the public suffix of a domain is useful when handling
web browser cookies, highlighting the most important part of a domain name
in a user interface or sorting URLs by web site.
Description-md5: 96d883bf19f257a1a1a96d3176d9a2bc
Homepage: https://pypi.python.org/pypi/publicsuffix
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu