How to Install and Uninstall perl-Class-Inner Package on openSUSE Leap

Last updated: May 18,2024

1. Install "perl-Class-Inner" package

Please follow the instructions below to install perl-Class-Inner on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Class-Inner

2. Uninstall "perl-Class-Inner" package

This is a short guide on how to uninstall perl-Class-Inner on openSUSE Leap:

$ sudo zypper remove perl-Class-Inner

3. Information about the perl-Class-Inner package on openSUSE Leap

Information for package perl-Class-Inner:
-----------------------------------------
Repository : Main Repository
Name : perl-Class-Inner
Version : 0.200001-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 7.9 KiB
Installed : No
Status : not installed
Source package : perl-Class-Inner-0.200001-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/Class-Inner/
Summary : A perlish implementation of Java like inner classes
Description :
Yet another implementation of an anonymous class with per object
overrideable methods, but with the added attraction of sort of working
dispatch to the parent class's method.