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

Last updated: May 10,2024

1. Install "perl-Module-Reader" package

In this section, we are going to explain the necessary steps to install perl-Module-Reader on openSUSE Leap

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

2. Uninstall "perl-Module-Reader" package

In this section, we are going to explain the necessary steps to uninstall perl-Module-Reader on openSUSE Leap:

$ sudo zypper remove perl-Module-Reader

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

Information for package perl-Module-Reader:
-------------------------------------------
Repository : Main Repository
Name : perl-Module-Reader
Version : 0.003003-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 30.1 KiB
Installed : No
Status : not installed
Source package : perl-Module-Reader-0.003003-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Module-Reader/
Summary : Find and read perl modules like perl does
Description :
This module finds modules in '@INC' using the same algorithm perl does.
From that, it will give you the source content of a module, the file name
(where available), and how it was found. Searches (and content) are based
on the same internal rules that perl uses for _require|perlfunc/require_
and _do|perlfunc/do_.