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

Last updated: May 17,2024

1. Install "libbest-perl" package

This tutorial shows how to install libbest-perl on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libbest-perl

2. Uninstall "libbest-perl" package

Learn how to uninstall libbest-perl on Ubuntu 21.10 (Impish Indri):

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

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

Package: libbest-perl
Architecture: all
Version: 0.15-2
Priority: optional
Section: universe/perl
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 36
Depends: perl
Filename: pool/universe/libb/libbest-perl/libbest-perl_0.15-2_all.deb
Size: 13780
MD5sum: ad9d6fcc1373aadbaa9e38ce2d0b49b2
SHA1: 0c51195c7bee73e9591515a3aa89ba095f760315
SHA256: 563e05beeb938ccc7ebaf30b06742a5e6409abb31e8297cb2480b5cf6be4e768
SHA512: ae753a050bbada0d4f8fc40dbfef00933121d4d7af96a880e8a571d10059a432538e6883e191d4fd2f9bf9e7e4a4be9149378e08a20e2981d122dda07928c466
Homepage: https://metacpan.org/release/Best
Description-en: 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: 6ed10c0a87eb06d262d9d34c620af6e8