How to Install and Uninstall perl-FindBin-Real Package on openSuSE Tumbleweed

Last updated: November 26,2024

1. Install "perl-FindBin-Real" package

Please follow the guidance below to install perl-FindBin-Real on openSuSE Tumbleweed

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

2. Uninstall "perl-FindBin-Real" package

This tutorial shows how to uninstall perl-FindBin-Real on openSuSE Tumbleweed:

$ sudo zypper remove perl-FindBin-Real

3. Information about the perl-FindBin-Real package on openSuSE Tumbleweed

Information for package perl-FindBin-Real:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-FindBin-Real
Version : 1.05-14.29
Arch : noarch
Vendor : openSUSE
Installed Size : 12.3 KiB
Installed : No
Status : not installed
Source package : perl-FindBin-Real-1.05-14.29.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.