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

Last updated: May 20,2024

1. Install "libnet-subnet-perl" package

Please follow the instructions below to install libnet-subnet-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libnet-subnet-perl" package

This guide covers the steps necessary to uninstall libnet-subnet-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libnet-subnet-perl
Priority: optional
Section: universe/perl
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.03-1
Depends: perl, libsocket6-perl (>= 0.23)
Filename: pool/universe/libn/libnet-subnet-perl/libnet-subnet-perl_1.03-1_all.deb
Size: 8204
MD5sum: d6e160b050cd358d897fe87ceab50d3e
SHA1: d259c91046b636b9362adaa11255eedce5362cbf
SHA256: 4f58c9d081e2e04d79a6439d3455aa165f1b9a4dad7afc22dd19a72d6ca76b0e
Description-en: Fast IP-in-subnet matcher module for IPv4 and IPv6
Net::Subnet is a simple but fast pure Perl module for determining whether a
given IP address is in a given set of IP subnets. It's iterative, and it
doesn't use any fancy tries, but because it uses simple bitwise operations on
strings it's still very fast.
.
The module supports both IPv4 and IPv6.
Description-md5: 33564dcddb2ced8a966af79a392aacfd
Homepage: https://metacpan.org/release/Net-Subnet
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu