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

Last updated: November 01,2024

1. Install "perl-debugger.noarch" package

Learn how to install perl-debugger.noarch on Fedora 35

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

2. Uninstall "perl-debugger.noarch" package

Here is a brief guide to show you how to uninstall perl-debugger.noarch on Fedora 35:

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

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

Last metadata expiration check: 2:57:34 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : perl-debugger
Version : 1.60
Release : 486.fc35
Architecture : noarch
Size : 138 k
Source : perl-5.34.1-486.fc35.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.