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

Last updated: May 18,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 35

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

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

Please follow the step by step instructions below to uninstall perl-File-FindLib.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:40:37 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-File-FindLib
Version : 0.001004
Release : 22.fc35
Architecture : noarch
Size : 16 k
Source : perl-File-FindLib-0.001004-22.fc35.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.