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

Last updated: May 20,2024

1. Install "libnet-ipv6addr-perl" package

Please follow the guidance below to install libnet-ipv6addr-perl on Kali Linux

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

2. Uninstall "libnet-ipv6addr-perl" package

This tutorial shows how to uninstall libnet-ipv6addr-perl on Kali Linux:

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

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

Package: libnet-ipv6addr-perl
Version: 1.02-1
Installed-Size: 72
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libmath-bigint-perl
Recommends: libmath-base85-perl
Size: 21704
SHA256: ce5aa0b6eeb169a8750db9e7325b38bfbeb77ad5a1fdca1300f6805be931c48f
SHA1: 7df4c496c29eb865464607001c22be23431a2d42
MD5sum: 4664ba03ee6801a5231dd263baa0c323
Description: module to validate/manipulate IPv6 addresses
Net::IPv6Addr checks if strings are valid IPv6 addresses, as specified in
RFC1884, and can convert them into other supported formats including:
.
* Preferred form x:x:x:x:x:x:x:x
* Compressed form with double colon: x::x
* Mixed IPv4/IPv6 format: x:x:x:x:x:x:d.d.d.d
* Mixed IPv4/IPv6 with compression: x::x:d.d.d.d
* Base-85-encoded
* Big integers
* Arrays
* Reverse-address pointer
.
When creating/validating an IPv6 address from a given string, Net::IPv6Addr
will either accept it or throw an exception.
Description-md5:
Homepage: https://metacpan.org/release/Net-IPv6Addr
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libn/libnet-ipv6addr-perl/libnet-ipv6addr-perl_1.02-1_all.deb