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

Last updated: November 29,2024

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

Please follow the instructions below to install perl-File-Which.src on Oracle Linux 8

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

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

Please follow the steps below to uninstall perl-File-Which.src on Oracle Linux 8:

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

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

Last metadata expiration check: 0:55:52 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : perl-File-Which
Version : 1.23
Release : 4.module+el8.6.0+20545+312b6629
Architecture : src
Size : 37 k
Source : None
Repository : ol8_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.