How to Install and Uninstall perl-diagnostics.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 09,2024

1. Install "perl-diagnostics.noarch" package

In this section, we are going to explain the necessary steps to install perl-diagnostics.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-diagnostics.noarch

2. Uninstall "perl-diagnostics.noarch" package

Please follow the guidance below to uninstall perl-diagnostics.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-diagnostics.noarch $ sudo dnf autoremove

3. Information about the perl-diagnostics.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:34:42 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-diagnostics
Version : 1.37
Release : 480.el9
Architecture : noarch
Size : 213 k
Source : perl-5.32.1-480.el9.src.rpm
Repository : ubi-9-appstream-rpms
Summary : Produce verbose warning diagnostics
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : The diagnostics module extends the terse diagnostics normally emitted by both
: the perl compiler and the perl interpreter (from running perl with a -w switch
: or "use warnings"), augmenting them with the more explicative and endearing
: descriptions found in perldiag. splain tool explains perl messages found on
: standard input.