How to Install and Uninstall libnetpacket-perl Package on Kali Linux

Last updated: May 14,2024

1. Install "libnetpacket-perl" package

Please follow the steps below to install libnetpacket-perl on Kali Linux

$ sudo apt update $ sudo apt install libnetpacket-perl

2. Uninstall "libnetpacket-perl" package

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

$ sudo apt remove libnetpacket-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libnetpacket-perl package on Kali Linux

Package: libnetpacket-perl
Version: 1.7.2-2
Installed-Size: 177
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Suggests: libnet-pcap-perl
Size: 62892
SHA256: 9ff3d9febac30ee2d50086da99e463ac0bbc0d624d5f352194273ef974481429
SHA1: 30ba73d33bcd59d59933b2a510c6d2105eba4ea6
MD5sum: afe9bdf96acdaed35646d666eadb24cc
Description: modules to manipulate network packets at the protocol level
NetPacket provides a base class for a cluster of modules related to
decoding and encoding of network protocols. Each NetPacket
descendent module knows how to encode and decode packets for the
network protocol it implements. Consult the documentation for the
module in question for protocol-specific implementation.
.
Note that there is no inheritance in the NetPacket:: cluster of
modules other than each protocol module being a NetPacket. This
was seen to be too restrictive as imposing inheritance relationships
(for example between the IP, UDP and TCP protocols) would make things
like tunneling or other unusual situations difficult.
Description-md5:
Homepage: https://metacpan.org/release/NetPacket
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libn/libnetpacket-perl/libnetpacket-perl_1.7.2-2_all.deb