How to Install and Uninstall perl-LWP-ConsoleLogger Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-LWP-ConsoleLogger" package

Please follow the step by step instructions below to install perl-LWP-ConsoleLogger on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-LWP-ConsoleLogger

2. Uninstall "perl-LWP-ConsoleLogger" package

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

$ sudo zypper remove perl-LWP-ConsoleLogger

3. Information about the perl-LWP-ConsoleLogger package on openSuSE Tumbleweed

Information for package perl-LWP-ConsoleLogger:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-LWP-ConsoleLogger
Version : 1.000001-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 79.5 KiB
Installed : No
Status : not installed
Source package : perl-LWP-ConsoleLogger-1.000001-1.3.src
Upstream URL : https://metacpan.org/release/LWP-ConsoleLogger
Summary : LWP tracing and debugging
Description :
It can be hard (or at least tedious) to debug mechanize scripts. LWP::Debug
is deprecated. It suggests you write your own debugging handlers, set up a
proxy or install Wireshark. Those are all workable solutions, but this
module exists to save you some of that work. The guts of this module are
stolen from Plack::Middleware::DebugLogging, which in turn stole most of
its internals from Catalyst. If you're new to LWP::ConsoleLogger, I suggest
getting started with the LWP::ConsoleLogger::Easy wrapper. This will get
you up and running in minutes. If you need to tweak the settings that
LWP::ConsoleLogger::Easy chooses for you (or if you just want to be fancy),
please read on.
Since this is a debugging library, I've left as much mutable state as
possible, so that you can easily toggle output on and off and otherwise
adjust how you deal with the output.