How to Install and Uninstall perl-File-Which Package on openSUSE Leap

Last updated: May 14,2024

1. Install "perl-File-Which" package

This is a short guide on how to install perl-File-Which on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-File-Which

2. Uninstall "perl-File-Which" package

Here is a brief guide to show you how to uninstall perl-File-Which on openSUSE Leap:

$ sudo zypper remove perl-File-Which

3. Information about the perl-File-Which package on openSUSE Leap

Information for package perl-File-Which:
----------------------------------------
Repository : Main Repository
Name : perl-File-Which
Version : 1.22-1.22
Arch : noarch
Vendor : SUSE LLC
Installed Size : 42.5 KiB
Installed : No
Status : not installed
Source package : perl-File-Which-1.22-1.22.src
Upstream URL : http://search.cpan.org/dist/File-Which/
Summary : Perl implementation of the which utility as an API
Description :
File::Which finds the full or relative paths to executable programs on the
system. This is normally the function of 'which' utility. 'which' is
typically implemented as either a program or a built in shell command. On
some platforms, such as Microsoft Windows it is not provided as part of the
core operating system. This module provides a consistent API to this
functionality regardless of the underlying platform.
The focus of this module is correctness and portability. As a consequence
platforms where the current directory is implicitly part of the search path
such as Microsoft Windows will find executables in the current directory,
whereas on platforms such as UNIX where this is not the case executables in
the current directory will only be found if the current directory is
explicitly added to the path.
If you need a portable 'which' on the command line in an environment that
does not provide it, install App::pwhich which provides a command line
interface to this API.