How to Install and Uninstall perl-Devel-REPL-Plugin-Interrupt.noarch Package on Fedora 34

Last updated: May 04,2024

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

This guide covers the steps necessary to install perl-Devel-REPL-Plugin-Interrupt.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the perl-Devel-REPL-Plugin-Interrupt.noarch package on Fedora 34

Last metadata expiration check: 4:05:50 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Devel-REPL-Plugin-Interrupt
Version : 1.003028
Release : 17.fc34
Architecture : noarch
Size : 12 k
Source : perl-Devel-REPL-1.003028-17.fc34.src.rpm
Repository : fedora
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.)