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

Last updated: September 20,2024

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

Here is a brief guide to show you how to install perl-Devel-REPL-Plugin-Interrupt.noarch on Oracle Linux 9

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

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

Here is a brief guide to show you how to uninstall perl-Devel-REPL-Plugin-Interrupt.noarch on Oracle 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 Oracle Linux 9

Last metadata expiration check: 0:17:23 ago on Thu Feb 15 07:50:05 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.)