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

Last updated: May 19,2024

1. Install "python3-publicsuffix" package

Please follow the step by step instructions below to install python3-publicsuffix on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-publicsuffix

2. Uninstall "python3-publicsuffix" package

Please follow the steps below to uninstall python3-publicsuffix on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-publicsuffix
Priority: optional
Section: universe/python
Installed-Size: 45
Maintainer: Ubuntu Developers
Original-Maintainer: Evgeni Golov
Architecture: all
Source: python-publicsuffix
Version: 1.1.0-2
Depends: python3:any (>= 3.3.2-2~), publicsuffix, python3-pkg-resources
Filename: pool/universe/p/python-publicsuffix/python3-publicsuffix_1.1.0-2_all.deb
Size: 11130
MD5sum: 550203eb12a6c542b8f73c4db57e3c6c
SHA1: 6259550530ef3184e06f3a5e32bdfcf03995c997
SHA256: f0990f799f5f7a7997d5a7a9141efc851691ce1f9fe6cc08a949415621fc358a
Description-en: Python3 module to get a domain suffix using the Public Suffix List
This Python3 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: c08ba5068fe994f71c72c848a7c36d6e
Homepage: https://pypi.python.org/pypi/publicsuffix
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu