How to Install and Uninstall libvendorlib-perl Package on Kali Linux

Last updated: May 17,2024

1. Install "libvendorlib-perl" package

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

$ sudo apt update $ sudo apt install libvendorlib-perl

2. Uninstall "libvendorlib-perl" package

Please follow the steps below to uninstall libvendorlib-perl on Kali Linux:

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

3. Information about the libvendorlib-perl package on Kali Linux

Package: libvendorlib-perl
Version: 0.12-4
Installed-Size: 18
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 6004
SHA256: d468e83690ebf529e8c96f3822260e8c55b679cfeb9b98c22ebaf4f241e7c5e8
SHA1: 8a8857e57e55a9994f2a96b370479f6888b393c4
MD5sum: 09a6713bd8e7a9d64ebfa6e1c124d09e
Description: 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:
Multi-Arch: foreign
Homepage: https://metacpan.org/release/vendorlib
Tag: devel::lang:perl, devel::library, implemented-in::perl, role::shared-lib
Section: perl
Priority: optional
Filename: pool/main/libv/libvendorlib-perl/libvendorlib-perl_0.12-4_all.deb