How to Install and Uninstall perl-Devel-REPL Package on openSuSE Tumbleweed

Last updated: May 02,2024

1. Install "perl-Devel-REPL" package

Here is a brief guide to show you how to install perl-Devel-REPL on openSuSE Tumbleweed

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

2. Uninstall "perl-Devel-REPL" package

This guide let you learn how to uninstall perl-Devel-REPL on openSuSE Tumbleweed:

$ sudo zypper remove perl-Devel-REPL

3. Information about the perl-Devel-REPL package on openSuSE Tumbleweed

Information for package perl-Devel-REPL:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Devel-REPL
Version : 1.003029-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 185.1 KiB
Installed : No
Status : not installed
Source package : perl-Devel-REPL-1.003029-1.7.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.