How to Install and Uninstall perl-Devel-REPL-Plugin-Interrupt.noarch Package on CentOS 8 / RHEL 8

Last updated: May 14,2024

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

Please follow the steps below to install perl-Devel-REPL-Plugin-Interrupt.noarch on CentOS 8 / RHEL 8

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

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

Please follow the guidelines below to uninstall perl-Devel-REPL-Plugin-Interrupt.noarch on CentOS 8 / RHEL 8:

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

3. Information about the perl-Devel-REPL-Plugin-Interrupt.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:36:05 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : perl-Devel-REPL-Plugin-Interrupt
Version : 1.003028
Release : 17.el8
Architecture : noarch
Size : 15 k
Source : perl-Devel-REPL-1.003028-17.el8.src.rpm
Repository : epel
Summary : Devel-REPL plugin for trapping INT signal
URL : https://metacpan.org/release/Devel-REPL
License : GPL+ or Artistic
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.)