How to Install and Uninstall perl-File-Which.noarch Package on Oracle Linux 8

Last updated: October 07,2024

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

Please follow the guidelines below to install perl-File-Which.noarch on Oracle Linux 8

$ 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 Oracle Linux 8:

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

3. Information about the perl-File-Which.noarch package on Oracle Linux 8

Last metadata expiration check: 2:47:33 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-File-Which
Version : 1.22
Release : 2.el8
Architecture : noarch
Size : 23 k
Source : perl-File-Which-1.22-2.el8.src.rpm
Repository : ol8_appstream
Summary : Portable implementation of the 'which' utility
URL : http://search.cpan.org/dist/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.