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

Last updated: May 18,2024

1. Install "libvendorlib-perl" package

In this section, we are going to explain the necessary steps to install libvendorlib-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libvendorlib-perl

2. Uninstall "libvendorlib-perl" package

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

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

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

Package: libvendorlib-perl
Priority: optional
Section: universe/perl
Installed-Size: 52
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.10-2
Depends: perl
Filename: pool/universe/libv/libvendorlib-perl/libvendorlib-perl_0.10-2_all.deb
Size: 7014
MD5sum: 060987ef63e447aab630ebee5f2d2041
SHA1: 040bd225d7a61138659bb0431e115d966674a0a1
SHA256: e5b5de38987aa86272c16223a6e1c3bf830844fa68e946b5b9c032fe7e499ca5
Description-en: pragma to enforce only core and vendor libraries are used
In a system distribution such as Debian, it may be advisable for Perl programs
to ignore the user's CPAN-installed modules and only use the
distribution-provided modules to avoid possible breakage with newer and
unpackaged versions of modules.
.
To that end, this pragma will replace your @INC with only the core and vendor
@INC paths, ignoring site_perl and $ENV{PERL5LIB} entirely.
.
It is recommended that you put 'use vendorlib;' as the first statement in your
program, before even 'use strict;' and 'use warnings;'.
Description-md5: a9f6535e09bc62b6a3d335e489872df0
Homepage: http://search.cpan.org/dist/vendorlib/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu