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

Last updated: May 15,2024

1. Install "perl-Log-Dispatchouli" package

This guide covers the steps necessary to install perl-Log-Dispatchouli on openSuSE Tumbleweed

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

2. Uninstall "perl-Log-Dispatchouli" package

This guide covers the steps necessary to uninstall perl-Log-Dispatchouli on openSuSE Tumbleweed:

$ sudo zypper remove perl-Log-Dispatchouli

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

Information for package perl-Log-Dispatchouli:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Log-Dispatchouli
Version : 3.7.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 106.4 KiB
Installed : No
Status : not installed
Source package : perl-Log-Dispatchouli-3.7.0-2.1.src
Upstream URL : https://metacpan.org/release/Log-Dispatchouli
Summary : Simple wrapper around Log::Dispatch
Description :
Log::Dispatchouli is a thin layer above Log::Dispatch and meant to make it
dead simple to add logging to a program without having to think much about
categories, facilities, levels, or things like that. It is meant to make
logging just configurable enough that you can find the logs you want and
just easy enough that you will actually log things.
Log::Dispatchouli can log to syslog (if you specify a facility), standard
error or standard output, to a file, or to an array in memory. That last
one is mostly useful for testing.
In addition to providing as simple a way to get a handle for logging
operations, Log::Dispatchouli uses String::Flogger to process the things to
be logged, meaning you can easily log data structures. Basically: strings
are logged as is, arrayrefs are taken as (sprintf format, args), and
subroutines are called only if needed. For more information read the
String::Flogger docs.