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

Last updated: May 22,2024

1. Install "libdomain-publicsuffix-perl" package

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

$ sudo apt update $ sudo apt install libdomain-publicsuffix-perl

2. Uninstall "libdomain-publicsuffix-perl" package

This guide let you learn how to uninstall libdomain-publicsuffix-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdomain-publicsuffix-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdomain-publicsuffix-perl
Priority: optional
Section: universe/perl
Installed-Size: 224
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.10-1
Depends: perl, libclass-accessor-perl, libdata-validate-domain-perl
Recommends: publicsuffix
Filename: pool/universe/libd/libdomain-publicsuffix-perl/libdomain-publicsuffix-perl_0.10-1_all.deb
Size: 58804
MD5sum: 769e177aa8eef254b2a390d5f35136f9
SHA1: 96195caf2f7f8a9b3f10a85a9d08f8b450656dc3
SHA256: be152cb7325af476e0b796edf4db466b0bef290ada007aa697d79a7245bba2f9
Description-en: module for parsing a domain to determine the public suffix
Domain::PublicSuffix utilizes the "effective_tld_names.dat" provided by
Mozilla as a way to effectively reduce a fully qualified domain name down to
the absolute root. The Mozilla PublicSuffix file is an open source, fully
documented format that shows absolute root TLDs, primarily for Mozilla's
browser products to be able to determine how far a cookie's security
boundaries go.
.
This module will attempt to search etc directories in
/usr/share/publicsuffix, /usr, /usr/local, and /opt/local for the
effective_tld_names.dat file. If a file is not found, a default file
is loaded from Domain::PublicSuffix::Default, which is current at the
time of the module's release.
Description-md5: 339b863039f0ba6f47c5feb97eb95f47
Homepage: https://metacpan.org/release/Domain-PublicSuffix
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu