Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install publicsuffix on Debian Unstable (Sid)


Install publicsuffix

Installing publicsuffix package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install publicsuffix

publicsuffix package information

distro Debian Unstable (Sid)
section Main
name publicsuffix
version 20160130-1
description accurate, machine-readable list of domain name suffixes
subsection net
website publicsuffix.org
maintainer Daniel Kahn Gillmor

Uninstall publicsuffix

To remove just publicsuffix package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove publicsuffix

Uninstall publicsuffix and it’s dependent packages

To remove the publicsuffix package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove publicsuffix

Purging publicsuffix

If you also want to delete configuration and/or data files of publicsuffix from Debian Sid then this will work:

sudo apt-get purge publicsuffix

To delete configuration and/or data files of publicsuffix and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove publicsuffix

Comments

comments