How to Install and Uninstall perl-FindBin-Real Package on openSUSE Leap

Last updated: July 03,2024

1. Install "perl-FindBin-Real" package

In this section, we are going to explain the necessary steps to install perl-FindBin-Real on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-FindBin-Real

2. Uninstall "perl-FindBin-Real" package

Learn how to uninstall perl-FindBin-Real on openSUSE Leap:

$ sudo zypper remove perl-FindBin-Real

3. Information about the perl-FindBin-Real package on openSUSE Leap

Information for package perl-FindBin-Real:
------------------------------------------
Repository : Main Repository
Name : perl-FindBin-Real
Version : 1.05-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 12.5 KiB
Installed : No
Status : not installed
Source package : perl-FindBin-Real-1.05-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/FindBin-Real/
Summary : Locate directory of original perl script
Description :
Locates the full path to the script bin directory to allow the use of paths
relative to the bin directory.
This allows a user to setup a directory tree for some software with
directories /bin and /lib and then the above example will allow
the use of modules in the lib directory without knowing where the software
tree is installed.
If perl is invoked using the *-e* option or the perl script is read from
'STDIN' then FindBin sets both 'Bin()' and 'RealBin()' return values to the
current directory.