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

Last updated: July 05,2024

1. Install "perl-Class-Std" package

In this section, we are going to explain the necessary steps to install perl-Class-Std on openSUSE Leap

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

2. Uninstall "perl-Class-Std" package

This tutorial shows how to uninstall perl-Class-Std on openSUSE Leap:

$ sudo zypper remove perl-Class-Std

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

Information for package perl-Class-Std:
---------------------------------------
Repository : Main Repository
Name : perl-Class-Std
Version : 0.013-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 108.1 KiB
Installed : No
Status : not installed
Source package : perl-Class-Std-0.013-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/Class-Std/
Summary : Support for creating standard "inside-out" classes
Description :
This module provides tools that help to implement the "inside out object"
class structure in a convenient and standard way.
_Portions of the following code and documentation from "Perl Best
Practices" copyright (c) 2005 by O'Reilly Media, Inc. and reprinted with
permission._