How to Install and Uninstall perl-App-perlbrew Package on openSuSE Tumbleweed

Last updated: May 16,2024

1. Install "perl-App-perlbrew" package

Please follow the instructions below to install perl-App-perlbrew on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-App-perlbrew

2. Uninstall "perl-App-perlbrew" package

This guide covers the steps necessary to uninstall perl-App-perlbrew on openSuSE Tumbleweed:

$ sudo zypper remove perl-App-perlbrew

3. Information about the perl-App-perlbrew package on openSuSE Tumbleweed

Information for package perl-App-perlbrew:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-App-perlbrew
Version : 0.980.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 178.3 KiB
Installed : No
Status : not installed
Source package : perl-App-perlbrew-0.980.0-2.1.src
Upstream URL : https://metacpan.org/release/App-perlbrew
Summary : Manage perl installations in your $HOME
Description :
perlbrew is a program to automate the building and installation of perl in
an easy way. It provides multiple isolated perl environments, and a
mechanism for you to switch between them.
Everything are installed unter '~/perl5/perlbrew'. You then need to include
a bashrc/cshrc provided by perlbrew to tweak the PATH for you. You then can
benefit from not having to run 'sudo' commands to install cpan modules
because those are installed inside your 'HOME' too.
For the documentation of perlbrew usage see perlbrew command on at
https://metacpan.org/, or by running 'perlbrew help', or by visiting at
https://perlbrew.pl/. The following documentation features the API of
'App::perlbrew' module, and may not be remotely close to what your want to
read.