How to Install and Uninstall perl-Best.noarch Package on Fedora 38

Last updated: November 28,2024

1. Install "perl-Best.noarch" package

This guide covers the steps necessary to install perl-Best.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Best.noarch

2. Uninstall "perl-Best.noarch" package

Please follow the step by step instructions below to uninstall perl-Best.noarch on Fedora 38:

$ sudo dnf remove perl-Best.noarch $ sudo dnf autoremove

3. Information about the perl-Best.noarch package on Fedora 38

Last metadata expiration check: 0:49:48 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Best
Version : 0.15
Release : 30.fc38
Architecture : noarch
Size : 21 k
Source : perl-Best-0.15-30.fc38.src.rpm
Repository : fedora
Summary : Fallbackable module loader
URL : https://metacpan.org/release/Best
License : MIT
Description : 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. "Best"
: attempts to load modules from a list, stopping at the first successful
: load and failing only if no alternative was found.