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

Last updated: October 05,2024

1. Install "perl-debugger.noarch" package

Please follow the instructions below to install perl-debugger.noarch on Fedora 34

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

2. Uninstall "perl-debugger.noarch" package

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

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

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

Last metadata expiration check: 1:22:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : perl-debugger
Version : 1.56
Release : 477.fc34
Architecture : noarch
Size : 144 k
Source : perl-5.32.1-477.fc34.src.rpm
Repository : updates
Summary : Perl debugger
URL : https://www.perl.org/
License : GPL+ or Artistic
Description : This is the perl debugger. It is loaded automatically by Perl when you invoke
: a script with "perl -d". There is also "DB" module contained for
: a programmatic interface to the debugging API.