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

Last updated: May 17,2024

1. Install "perl-Importer" package

Please follow the steps below to install perl-Importer on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Importer

2. Uninstall "perl-Importer" package

This guide let you learn how to uninstall perl-Importer on openSUSE Leap:

$ sudo zypper remove perl-Importer

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

Information for package perl-Importer:
--------------------------------------
Repository : Main Repository
Name : perl-Importer
Version : 0.024-1.24
Arch : noarch
Vendor : SUSE LLC
Installed Size : 113.6 KiB
Installed : No
Status : not installed
Source package : perl-Importer-0.024-1.24.src
Upstream URL : http://search.cpan.org/dist/Importer/
Summary : Alternative but compatible interface to modules that export symbols
Description :
This module acts as a layer between Exporter and modules which consume
exports. It is feature-compatible with Exporter, plus some much needed
extras. You can use this to import symbols from any exporter that follows
Exporters specification. The exporter modules themselves do not need to use
or inherit from the Exporter module, they just need to set '@EXPORT' and/or
other variables.