How to Install and Uninstall perl-Log-Message Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "perl-Log-Message" package

This tutorial shows how to install perl-Log-Message on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Log-Message

2. Uninstall "perl-Log-Message" package

Please follow the step by step instructions below to uninstall perl-Log-Message on openSuSE Tumbleweed:

$ sudo zypper remove perl-Log-Message

3. Information about the perl-Log-Message package on openSuSE Tumbleweed

Information for package perl-Log-Message:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Log-Message
Version : 0.08-3.29
Arch : noarch
Vendor : openSUSE
Installed Size : 40.3 KiB
Installed : No
Status : not installed
Source package : perl-Log-Message-0.08-3.29.src
Upstream URL : http://search.cpan.org/dist/Log-Message/
Summary : A generic message storing mechanism
Description :
Log::Message is a generic message storage mechanism. It allows you to store
messages on a stack -- either shared or private -- and assign meta-data to
it. Some meta-data will automatically be added for you, like a timestamp
and a stack trace, but some can be filled in by the user, like a tag by
which to identify it or group it, and a level at which to handle the
message (for example, log it, or die with it)
Log::Message also provides a powerful way of searching through items by
regexes on messages, tags and level.