How to Install and Uninstall perl-base Package on openSUSE Leap

Last updated: July 07,2024

1. Install "perl-base" package

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

$ sudo zypper refresh $ sudo zypper install perl-base

2. Uninstall "perl-base" package

In this section, we are going to explain the necessary steps to uninstall perl-base on openSUSE Leap:

$ sudo zypper remove perl-base

3. Information about the perl-base package on openSUSE Leap

Information for package perl-base:
----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : perl-base
Version : 5.26.1-150300.17.14.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 4.1 MiB
Installed : Yes (automatically)
Status : up-to-date
Source package : perl-5.26.1-150300.17.14.1.src
Upstream URL : http://www.perl.org/
Summary : The Perl interpreter
Description :
perl - Practical Extraction and Report Language
Perl is optimized for scanning arbitrary text files, extracting
information from those text files, and printing reports based on that
information. It is also good for many system management tasks.
Perl is intended to be practical (easy to use, efficient, and complete)
rather than beautiful (tiny, elegant, and minimal).
This package contains only some basic modules and the perl binary
itself.