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

Last updated: May 04,2024

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

This guide covers the steps necessary to install perl-File-FindLib.noarch on Fedora 36

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

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

Please follow the guidelines below to uninstall perl-File-FindLib.noarch on Fedora 36:

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

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

Last metadata expiration check: 3:57:41 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-File-FindLib
Version : 0.001004
Release : 23.fc36
Architecture : noarch
Size : 16 k
Source : perl-File-FindLib-0.001004-23.fc36.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.