How to Install and Uninstall perl-File-Which.noarch Package on AlmaLinux 9

Last updated: October 06,2024

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

Please follow the instructions below to install perl-File-Which.noarch on AlmaLinux 9

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

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

This is a short guide on how to uninstall perl-File-Which.noarch on AlmaLinux 9:

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

3. Information about the perl-File-Which.noarch package on AlmaLinux 9

Last metadata expiration check: 0:55:53 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : perl-File-Which
Version : 1.23
Release : 10.el9
Architecture : noarch
Size : 21 k
Source : perl-File-Which-1.23-10.el9.src.rpm
Repository : appstream
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.