How to Install and Uninstall perl-Devel-REPL-Plugin-Interrupt.noarch Package on Rocky Linux 9

Last updated: October 12,2024

1. Install "perl-Devel-REPL-Plugin-Interrupt.noarch" package

Please follow the guidelines below to install perl-Devel-REPL-Plugin-Interrupt.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Devel-REPL-Plugin-Interrupt.noarch

2. Uninstall "perl-Devel-REPL-Plugin-Interrupt.noarch" package

Learn how to uninstall perl-Devel-REPL-Plugin-Interrupt.noarch on Rocky Linux 9:

$ sudo dnf remove perl-Devel-REPL-Plugin-Interrupt.noarch $ sudo dnf autoremove

3. Information about the perl-Devel-REPL-Plugin-Interrupt.noarch package on Rocky Linux 9

Last metadata expiration check: 1:55:15 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Devel-REPL-Plugin-Interrupt
Version : 1.003029
Release : 5.el9
Architecture : noarch
Size : 12 k
Source : perl-Devel-REPL-1.003029-5.el9.src.rpm
Repository : epel
Summary : Devel-REPL plugin for trapping INT signal
URL : https://metacpan.org/release/Devel-REPL
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : By default Devel::REPL exits on SIGINT (usually Ctrl-C). If you load this
: module, SIGINT will be trapped and used to kill long-running commands
: (statements) and also to kill the line being edited (like e.g. BASH do).
: (You can still use Ctrl-D to exit.)