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

Last updated: November 27,2024

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

This tutorial shows how to install perl-File-FindLib.noarch on Fedora 39

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

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

Here is a brief guide to show you how to uninstall perl-File-FindLib.noarch on Fedora 39:

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

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

Last metadata expiration check: 4:08:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-File-FindLib
Version : 0.001004
Release : 27.fc39
Architecture : noarch
Size : 16 k
Source : perl-File-FindLib-0.001004-27.fc39.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.