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

Last updated: October 05,2024

1. Install "perl-Best.noarch" package

Here is a brief guide to show you how to install perl-Best.noarch on Fedora 35

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

2. Uninstall "perl-Best.noarch" package

Here is a brief guide to show you how to uninstall perl-Best.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:03:57 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-Best
Version : 0.15
Release : 26.fc35
Architecture : noarch
Size : 21 k
Source : perl-Best-0.15-26.fc35.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.