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

Last updated: July 08,2024

1. Install "perl-Module-Metadata" package

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

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

2. Uninstall "perl-Module-Metadata" package

This is a short guide on how to uninstall perl-Module-Metadata on openSUSE Leap:

$ sudo zypper remove perl-Module-Metadata

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

Information for package perl-Module-Metadata:
---------------------------------------------
Repository : Main Repository
Name : perl-Module-Metadata
Version : 1.000033-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 66.1 KiB
Installed : No
Status : not installed
Source package : perl-Module-Metadata-1.000033-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Module-Metadata/
Summary : Gather package and POD information from perl module files
Description :
This module provides a standard way to gather metadata about a .pm file
through (mostly) static analysis and (some) code execution. When
determining the version of a module, the '$VERSION' assignment is 'eval'ed,
as is traditional in the CPAN toolchain.