How to Install and Uninstall perl-App-perlbrew Package on openSUSE Leap

Last updated: May 03,2024

1. Install "perl-App-perlbrew" package

This guide let you learn how to install perl-App-perlbrew on openSUSE Leap

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

2. Uninstall "perl-App-perlbrew" package

Please follow the step by step instructions below to uninstall perl-App-perlbrew on openSUSE Leap:

$ sudo zypper remove perl-App-perlbrew

3. Information about the perl-App-perlbrew package on openSUSE Leap

Information for package perl-App-perlbrew:
------------------------------------------
Repository : Main Repository
Name : perl-App-perlbrew
Version : 0.96-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 174.0 KiB
Installed : No
Status : not installed
Source package : perl-App-perlbrew-0.96-bp155.1.5.src
Upstream URL : https://metacpan.org/release/App-perlbrew
Summary : Manage perl installations in your C<$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.