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

Last updated: October 05,2024

1. Install "perl-File-FindLib.noarch" package

In this section, we are going to explain the necessary steps to install perl-File-FindLib.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-File-FindLib.noarch

2. Uninstall "perl-File-FindLib.noarch" package

Learn how to uninstall perl-File-FindLib.noarch on Fedora 34:

$ sudo dnf remove perl-File-FindLib.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:13:29 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-File-FindLib
Version : 0.001004
Release : 20.fc34
Architecture : noarch
Size : 16 k
Source : perl-File-FindLib-0.001004-20.fc34.src.rpm
Repository : fedora
Summary : Find and use a file/directory from a directory above your script file
URL : https://metacpan.org/release/File-FindLib
License : Unlicense
Description : File::FindLib starts in the directory where your script (or library) is
: located and looks for the file or directory whose name you pass in. If it
: isn't found, then FindLib looks in the parent directory and continues
: moving up parent directories until it finds it or until there is not
: another parent directory.