How to Install and Uninstall perl-Devel-REPL Package on openSUSE Leap

Last updated: May 20,2024

1. Install "perl-Devel-REPL" package

Please follow the guidelines below to install perl-Devel-REPL on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Devel-REPL

2. Uninstall "perl-Devel-REPL" package

Please follow the instructions below to uninstall perl-Devel-REPL on openSUSE Leap:

$ sudo zypper remove perl-Devel-REPL

3. Information about the perl-Devel-REPL package on openSUSE Leap

Information for package perl-Devel-REPL:
----------------------------------------
Repository : Main Repository
Name : perl-Devel-REPL
Version : 1.003029-bp155.1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 192.4 KiB
Installed : No
Status : not installed
Source package : perl-Devel-REPL-1.003029-bp155.1.4.src
Upstream URL : https://metacpan.org/release/Devel-REPL
Summary : Modern perl interactive shell
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. You can
also tailor the environment through the use of profiles and run control
files, for example to pre-load certain Perl modules when working on a
particular project.