How to Install and Uninstall perl-File-Find-Object Package on openSuSE Tumbleweed

Last updated: May 18,2024

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

In this section, we are going to explain the necessary steps to install perl-File-Find-Object on openSuSE Tumbleweed

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

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

Please follow the steps below to uninstall perl-File-Find-Object on openSuSE Tumbleweed:

$ sudo zypper remove perl-File-Find-Object

3. Information about the perl-File-Find-Object package on openSuSE Tumbleweed

Information for package perl-File-Find-Object:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-File-Find-Object
Version : 0.3.8-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 69.4 KiB
Installed : No
Status : not installed
Source package : perl-File-Find-Object-0.3.8-1.3.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.