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

Last updated: October 01,2024

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

Learn how to install perl-Devel-REPL-Plugin-Interrupt.noarch on Fedora 39

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

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

Please follow the steps below to uninstall perl-Devel-REPL-Plugin-Interrupt.noarch on Fedora 39:

$ 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 39

Last metadata expiration check: 2:52:28 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : perl-Devel-REPL-Plugin-Interrupt
Version : 1.003029
Release : 6.fc39
Architecture : noarch
Size : 11 k
Source : perl-Devel-REPL-1.003029-6.fc39.src.rpm
Repository : fedora
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.)