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

Last updated: May 19,2024

1. Install "perl-Module-Find" package

This tutorial shows how to install perl-Module-Find on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Module-Find

2. Uninstall "perl-Module-Find" package

This guide let you learn how to uninstall perl-Module-Find on openSUSE Leap:

$ sudo zypper remove perl-Module-Find

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

Information for package perl-Module-Find:
-----------------------------------------
Repository : Main Repository
Name : perl-Module-Find
Version : 0.13-1.25
Arch : noarch
Vendor : SUSE LLC
Installed Size : 11.8 KiB
Installed : No
Status : not installed
Source package : perl-Module-Find-0.13-1.25.src
Upstream URL : http://search.cpan.org/dist/Module-Find/
Summary : Find and use installed modules in a (sub)category
Description :
Module::Find lets you find and use modules in categories. This can be very
useful for auto-detecting driver or plugin modules. You can differentiate
between looking in the category itself or in all subcategories.
If you want Module::Find to search in a certain directory on your harddisk
(such as the plugins directory of your software installation), make sure
you modify '@INC' before you call the Module::Find functions.