How to Install and Uninstall perl-diagnostics.noarch Package on Fedora 35

Last updated: May 19,2024

1. Install "perl-diagnostics.noarch" package

This guide let you learn how to install perl-diagnostics.noarch on Fedora 35

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

2. Uninstall "perl-diagnostics.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-diagnostics.noarch on Fedora 35:

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

3. Information about the perl-diagnostics.noarch package on Fedora 35

Last metadata expiration check: 5:13:24 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : perl-diagnostics
Version : 1.37
Release : 486.fc35
Architecture : noarch
Size : 216 k
Source : perl-5.34.1-486.fc35.src.rpm
Repository : updates
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.