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

Last updated: May 13,2024

1. Install "libbest-perl" package

This guide let you learn how to install libbest-perl on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libbest-perl

2. Uninstall "libbest-perl" package

Please follow the guidelines below to uninstall libbest-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libbest-perl
Priority: optional
Section: universe/perl
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 0.15-1
Depends: perl
Filename: pool/universe/libb/libbest-perl/libbest-perl_0.15-1_all.deb
Size: 15004
MD5sum: 39c5bc57fbf24c0d0436a60c1b91881f
SHA1: dd1e7167ae5830adade0bc376cf8ed6dcea6f910
SHA256: 5c4cca41ac3df23b1c9e9ed087bb7c40410c5dc9ae77fe1b58e72efe2193c7ff
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
Homepage: http://search.cpan.org/dist/Best/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu