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

Last updated: May 12,2024

1. Install "libdns-zoneparse-perl" package

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

$ sudo apt update $ sudo apt install libdns-zoneparse-perl

2. Uninstall "libdns-zoneparse-perl" package

Please follow the guidelines below to uninstall libdns-zoneparse-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libdns-zoneparse-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libdns-zoneparse-perl
Priority: optional
Section: universe/perl
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.10-1
Depends: perl
Filename: pool/universe/libd/libdns-zoneparse-perl/libdns-zoneparse-perl_1.10-1_all.deb
Size: 21464
MD5sum: d8cc8919529dd69914066e285bb7a40b
SHA1: 8344353b9553e5568632e9b40e7a829a772bcbee
SHA256: 8e297c890af0e147112af29b9e7a2d2b9cf601f2e200e36fbdfbb12d176f895b
Description-en: Perl extension for parsing and manipulating DNS Zone Files
DNS::ZoneParse will parse a Zone File and put all the Resource Records (RRs)
into an anonymous hash structure. At the moment, the following types of RRs
are supported: SOA, NS, MX, A, CNAME, TXT, PTR. It could be useful for
maintaining DNS zones, or for transferring DNS zones to other servers. If you
want to generate an XML-friendly version of your zone files, it is easy to
use XML::Simple with this module once you have parsed the zonefile.
.
DNS::ZoneParse scans the DNS zonefile - removes comments and seperates
the file into its constituent records. It then parses each record and
stores the records internally.
Description-md5: b6a8afcecfc0b4b9bb107c2b0371d03b
Homepage: http://search.cpan.org/dist/DNS-ZoneParse/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu