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

Last updated: September 28,2024

1. Install "perl-File-Find-Object" package

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

$ sudo zypper refresh $ sudo zypper install perl-File-Find-Object

2. Uninstall "perl-File-Find-Object" package

Learn how to uninstall perl-File-Find-Object on openSUSE Leap:

$ sudo zypper remove perl-File-Find-Object

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

Information for package perl-File-Find-Object:
----------------------------------------------
Repository : Main Repository
Name : perl-File-Find-Object
Version : 0.3.7-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 73.0 KiB
Installed : No
Status : not installed
Source package : perl-File-Find-Object-0.3.7-bp155.1.4.src
Upstream URL : https://metacpan.org/release/File-Find-Object
Summary : An object oriented File::Find replacement
Description :
File::Find::Object does the same job as File::Find but works like an object
and with an iterator. As File::Find is not object oriented, one cannot
perform multiple searches in the same application. The second problem of
File::Find is its file processing: after starting its main loop, one cannot
easily wait for another event and so get the next result.
With File::Find::Object you can get the next file by calling the next()
function, but setting a callback is still possible.