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

Last updated: June 23,2024

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

Here is a brief guide to show you how to install perl-File-Which.noarch on Fedora 35

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

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

This tutorial shows how to uninstall perl-File-Which.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:31:18 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : perl-File-Which
Version : 1.27
Release : 3.fc35
Architecture : noarch
Size : 22 k
Source : perl-File-Which-1.27-3.fc35.src.rpm
Repository : fedora
Summary : Portable implementation of the 'which' utility
URL : https://metacpan.org/release/File-Which
License : GPL+ or Artistic
Description : File::Which is a portable implementation (in Perl) of 'which', and can
: be used to get the absolute filename of an executable program
: installed somewhere in your PATH, or just check for its existence.