How to Install and Uninstall libdns-zoneparse-perl Package on Kali Linux

Last updated: May 09,2024

1. Install "libdns-zoneparse-perl" package

This guide covers the steps necessary to install libdns-zoneparse-perl on Kali Linux

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

2. Uninstall "libdns-zoneparse-perl" package

This is a short guide on how to uninstall libdns-zoneparse-perl on Kali Linux:

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

3. Information about the libdns-zoneparse-perl package on Kali Linux

Package: libdns-zoneparse-perl
Version: 1.10-1.1
Installed-Size: 65
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 21912
SHA256: 9fa4e44b48a8e4781707925d5b30641d9161b0d47d4d1e63e9a8f97829c6e1f2
SHA1: eeecefe1d110a5563d0a8305395f25f30b310699
MD5sum: 57c4036a227e8504a55a2f1ccc832e6d
Description: 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:
Homepage: http://search.cpan.org/dist/DNS-ZoneParse/
Tag: devel::lang:perl, devel::library, implemented-in::perl, protocol::dns
Section: perl
Priority: optional
Filename: pool/main/libd/libdns-zoneparse-perl/libdns-zoneparse-perl_1.10-1.1_all.deb