How to Install and Uninstall perl-Devel-REPL-Plugin-Interrupt.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

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

Please follow the guidelines below to install perl-Devel-REPL-Plugin-Interrupt.noarch on Red Hat Enterprise Linux 9 (RHEL 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 Red Hat Enterprise Linux 9 (RHEL 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 Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:17:25 ago on Mon Feb 26 07:04:30 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.)