How to Install and Uninstall libnet-nslookup-perl Package on Kali Linux

Last updated: September 20,2024

1. Install "libnet-nslookup-perl" package

In this section, we are going to explain the necessary steps to install libnet-nslookup-perl on Kali Linux

$ sudo apt update $ sudo apt install libnet-nslookup-perl

2. Uninstall "libnet-nslookup-perl" package

This guide let you learn how to uninstall libnet-nslookup-perl on Kali Linux:

$ sudo apt remove libnet-nslookup-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnet-nslookup-perl package on Kali Linux

Package: libnet-nslookup-perl
Version: 2.04-4
Installed-Size: 27
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libnet-dns-perl
Size: 8088
SHA256: a57bc7329ea574379a4de7228da80fe315e2aef49b1edd9f1d90a5ac9a223c6d
SHA1: 1b6290787833bcdccae780a4ba18cf3ecba94536
MD5sum: 676d5ed40e6e3126c677fa05bf7ba0e8
Description: simple DNS lookup module for perl
Net::Nslookup provides the capabilities of the standard UNIX command line
tool nslookup(1). Net::DNS is a wonderful and full featured module, but quite
often, all you need is `nslookup $host`. Net::Nslookup provides that
functionality.
.
Net::Nslookup exports a single function, called nslookup. nslookup can be
used to retrieve A, PTR, CNAME, MX, and NS records.
.
my $a = nslookup(host => "use.perl.org", type => "A");
.
my @mx = nslookup(domain => "perl.org", type => "MX");
.
my @ns = nslookup(domain => "perl.org", type => "NS");
Description-md5:
Homepage: https://metacpan.org/release/Net-Nslookup
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libn/libnet-nslookup-perl/libnet-nslookup-perl_2.04-4_all.deb