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

Last updated: June 30,2024

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

Please follow the instructions below to install perl-Devel-REPL.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

This is a short guide on how to uninstall perl-Devel-REPL.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the perl-Devel-REPL.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 1:12:39 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Devel-REPL
Version : 1.003029
Release : 5.el9
Architecture : noarch
Size : 89 k
Source : perl-Devel-REPL-1.003029-5.el9.src.rpm
Repository : epel
Summary : Modern perl interactive shell
URL : https://metacpan.org/release/Devel-REPL
License : GPL-1.0-or-later OR Artistic-1.0-Perl
Description : This is an interactive shell for Perl, commonly known as a REPL - Read,
: Evaluate, Print, Loop. The shell provides for rapid development or testing
: of code without the need to create a temporary source code file.
:
: Through a plugin system, many features are available on demand. These plugins
: are available:
:
: Completion
: CompletionDriver::INC
: CompletionDriver::Keywords
: DDC
: DDS
: Interrupt
: LexEnv
: MultiLine::PPI
: Nopaste
: PPI
: Refresh
:
: The plugins are available in standalone RPM packages. For example the
: MultiLine::PPI plugin is delivered within perl-Devel-REPL-MultiLine-PPI package.