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

Last updated: October 06,2024

1. Install "perl-Best.noarch" package

Please follow the guidelines below to install perl-Best.noarch on Fedora 34

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

2. Uninstall "perl-Best.noarch" package

Please follow the steps below to uninstall perl-Best.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:30:55 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-Best
Version : 0.15
Release : 24.fc34
Architecture : noarch
Size : 21 k
Source : perl-Best-0.15-24.fc34.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.