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

Last updated: January 13,2025

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

Please follow the guidelines below to install perl-File-FindLib.noarch on Fedora 38

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

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

This tutorial shows how to uninstall perl-File-FindLib.noarch on Fedora 38:

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

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

Last metadata expiration check: 1:25:29 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : perl-File-FindLib
Version : 0.001004
Release : 26.fc38
Architecture : noarch
Size : 16 k
Source : perl-File-FindLib-0.001004-26.fc38.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.