How to Install and Uninstall perl-Log-Message.noarch Package on Fedora 38

Last updated: January 16,2025

1. Install "perl-Log-Message.noarch" package

Learn how to install perl-Log-Message.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install perl-Log-Message.noarch

2. Uninstall "perl-Log-Message.noarch" package

Please follow the instructions below to uninstall perl-Log-Message.noarch on Fedora 38:

$ sudo dnf remove perl-Log-Message.noarch $ sudo dnf autoremove

3. Information about the perl-Log-Message.noarch package on Fedora 38

Last metadata expiration check: 2:29:58 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Log-Message
Epoch : 1
Version : 0.08
Release : 31.fc38
Architecture : noarch
Size : 29 k
Source : perl-Log-Message-0.08-31.fc38.src.rpm
Repository : fedora
Summary : Generic message storing mechanism
URL : https://metacpan.org/release/Log-Message
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This package enables you to do generic message logging throughout programs and
: projects. Every message will be logged with stack traces, time stamps and so
: on. You can use built-in handlers immediately, or after the fact when you
: inspect the error stack. It is highly configurable and let's you even provide
: your own handlers for dealing with messages.