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

Last updated: June 14,2024

1. Install "perl-Module-Metadata" package

This guide covers the steps necessary to install perl-Module-Metadata on openSuSE Tumbleweed

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

2. Uninstall "perl-Module-Metadata" package

Here is a brief guide to show you how to uninstall perl-Module-Metadata on openSuSE Tumbleweed:

$ sudo zypper remove perl-Module-Metadata

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

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