How to Install and Uninstall perl-debugger.noarch Package on CentOS Stream 9

Last updated: October 05,2024

1. Install "perl-debugger.noarch" package

Here is a brief guide to show you how to install perl-debugger.noarch on CentOS Stream 9

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

2. Uninstall "perl-debugger.noarch" package

Please follow the guidelines below to uninstall perl-debugger.noarch on CentOS Stream 9:

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

3. Information about the perl-debugger.noarch package on CentOS Stream 9

Last metadata expiration check: 0:07:28 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : perl-debugger
Version : 1.56
Release : 481.el9
Architecture : noarch
Size : 133 k
Source : perl-5.32.1-481.el9.src.rpm
Repository : appstream
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.