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

Last updated: May 21,2024

1. Install "libnet-mac-vendor-perl" package

Please follow the steps below to install libnet-mac-vendor-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libnet-mac-vendor-perl

2. Uninstall "libnet-mac-vendor-perl" package

Learn how to uninstall libnet-mac-vendor-perl on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libnet-mac-vendor-perl $ sudo apt autoclean && sudo apt autoremove

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

Package: libnet-mac-vendor-perl
Priority: optional
Section: universe/perl
Installed-Size: 41
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.25-1
Depends: perl, libmojolicious-perl, libwww-perl
Filename: pool/universe/libn/libnet-mac-vendor-perl/libnet-mac-vendor-perl_1.25-1_all.deb
Size: 16084
MD5sum: 2f5c82a46153ba09dabf1fbddfbcccd8
SHA1: ae69f63ce76d4ecb1b5875b4869574827bc59d4f
SHA256: b3b6088a64fa6efba8c2911486bebf06d36981dd49d1aeacf5529485bcbbb881
Description-en: module to look up the vendor by OUI
The Institute of Electrical and Electronics Engineers (IEEE) assigns an
Organizational Unique Identifier (OUI) to manufacturers of network
interfaces. Each interface has a Media Access Control (MAC) address of six
bytes. The first three bytes are the OUI.
.
Net::MAC::Vendor allows you to take a MAC address and turn it into the OUI
and vendor information. You can, for instance, scan a network, collect MAC
addresses, and turn those addresses into vendors. With vendor information,
you can often guess at what you are looking at (e.g. an Apple product).
.
You can use this as a module as its individual functions, or call it as a
script with a list of MAC addresses as arguments. The module can figure it
out.
Description-md5: 1bc441cccdee4c30985ea12d5f31ab36
Homepage: https://metacpan.org/release/Net-MAC-Vendor
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu