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

Last updated: May 14,2024

1. Install "perl-Module-Find" package

This tutorial shows how to install perl-Module-Find on openSuSE Tumbleweed

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

2. Uninstall "perl-Module-Find" package

Please follow the instructions below to uninstall perl-Module-Find on openSuSE Tumbleweed:

$ sudo zypper remove perl-Module-Find

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

Information for package perl-Module-Find:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Module-Find
Version : 0.16-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 14.1 KiB
Installed : No
Status : not installed
Source package : perl-Module-Find-0.16-1.5.src
Upstream URL : https://metacpan.org/release/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.