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

Last updated: May 14,2024

1. Install "libbest-perl" package

Please follow the guidelines below to install libbest-perl on Kali Linux

$ sudo apt update $ sudo apt install libbest-perl

2. Uninstall "libbest-perl" package

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

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

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

Package: libbest-perl
Version: 0.15-3
Installed-Size: 37
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any
Size: 14636
SHA256: 9faee7505fb63d90a2aac8ced2827c34c95f9b6b8fb2aa504819b7870a06412c
SHA1: ec747566639510eb96517c8b84b75b98084b3ed3
MD5sum: 1e8a82a04c0d2e214217d48802332696
Description: fallbackable module loader
Best.pm attempts to load Perl modules from a list, stopping at the first
successful load and failing only if no alternative was found.
.
Often there are several possible providers of some functionality your program
needs, but you don't know which is available at the run site. For example,
one of the modules may be implemented with XS, or not in the core Perl
distribution and thus not necessarily installed. With Best.pm, this can
be as simple as:
.
use Best qw/YAML::Syck YAML/;
Description-md5:
Homepage: https://metacpan.org/release/Best
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libb/libbest-perl/libbest-perl_0.15-3_all.deb