How to Install and Uninstall perl-Debug-ShowStuff.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "perl-Debug-ShowStuff.noarch" package

This tutorial shows how to install perl-Debug-ShowStuff.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Debug-ShowStuff.noarch

2. Uninstall "perl-Debug-ShowStuff.noarch" package

Please follow the instructions below to uninstall perl-Debug-ShowStuff.noarch on Fedora 34:

$ sudo dnf remove perl-Debug-ShowStuff.noarch $ sudo dnf autoremove

3. Information about the perl-Debug-ShowStuff.noarch package on Fedora 34

Last metadata expiration check: 4:07:51 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Debug-ShowStuff
Version : 1.16
Release : 16.fc34
Architecture : noarch
Size : 55 k
Source : perl-Debug-ShowStuff-1.16-16.fc34.src.rpm
Repository : fedora
Summary : A collection of handy debugging routines
URL : https://metacpan.org/release/Debug-ShowStuff
License : GPL+ or Artistic
Description : Debug::ShowStuff grew dynamically from my needs in debugging code. I found
: myself doing the same tasks over and over... displaying the keys and values
: in a hash, displaying the elements in an array, displaying the output of
: STDERR in a web page, etc. Debug::ShowStuff began as two or three of my
: favorite routines and grew as I added to that collection. Finally I decided
: to publish these tools in the hope that other Perl programmers will find
: them useful.