How to Install and Uninstall perl Package on openSUSE Leap

Last updated: September 21,2024

1. Install "perl" package

This guide covers the steps necessary to install perl on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl

2. Uninstall "perl" package

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

$ sudo zypper remove perl

3. Information about the perl package on openSUSE Leap

Information for package perl:
-----------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : perl
Version : 5.26.1-150300.17.14.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 40.5 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).
Some of the modules available on CPAN can be found in the "perl"
series.