How to Install and Uninstall libvendorlib-perl Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "libvendorlib-perl" package

Please follow the step by step instructions below to install libvendorlib-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libvendorlib-perl

2. Uninstall "libvendorlib-perl" package

This tutorial shows how to uninstall libvendorlib-perl on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libvendorlib-perl package on Ubuntu 21.10 (Impish Indri)

Package: libvendorlib-perl
Architecture: all
Version: 0.12-1.1
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 17
Depends: perl:any
Filename: pool/universe/libv/libvendorlib-perl/libvendorlib-perl_0.12-1.1_all.deb
Size: 5816
MD5sum: b5d64d50ce109e6d2230403513da54d2
SHA1: d5c46646a5ce865c377a1c4a24e564bb1f6c4865
SHA256: fefa472bbac4564ac72e0866a0a23edf5789ca9b2069707197d62ab7143594a4
SHA512: e80b7f510f0e3ea8ed41efb507e182ae091c8a6141bca4b9d7f8b421d8133f90433fe6ad3f9adea829c05c1a9cc081f060be0db9825f5318d2aad52fdd763ba1
Homepage: https://metacpan.org/release/vendorlib
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