How to Install and Uninstall perl-Class-Container Package on openSUSE Leap
Last updated: December 24,2024
1. Install "perl-Class-Container" package
Learn how to install perl-Class-Container on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Class-Container
Copied
2. Uninstall "perl-Class-Container" package
This guide let you learn how to uninstall perl-Class-Container on openSUSE Leap:
$
sudo zypper remove
perl-Class-Container
Copied
3. Information about the perl-Class-Container package on openSUSE Leap
Information for package perl-Class-Container:
---------------------------------------------
Repository : Main Repository
Name : perl-Class-Container
Version : 0.13-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 60.9 KiB
Installed : No
Status : not installed
Source package : perl-Class-Container-0.13-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Class-Container/
Summary : Glues object frameworks together transparently
Description :
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for 'HTML::Mason', in which
the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
other objects must create each other transparently, passing the appropriate
parameters to the right class, possibly substituting other subclasses for
any of these objects.
The main features of 'Class::Container' are:
* Explicit declaration of containment relationships (aggregation, factory
creation, etc.)
* Declaration of constructor parameters accepted by each member in a class
framework
* Transparent passing of constructor parameters to the class that needs them
* Ability to create one (automatic) or many (manual) contained objects
automatically and transparently
---------------------------------------------
Repository : Main Repository
Name : perl-Class-Container
Version : 0.13-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 60.9 KiB
Installed : No
Status : not installed
Source package : perl-Class-Container-0.13-bp155.2.9.src
Upstream URL : http://search.cpan.org/dist/Class-Container/
Summary : Glues object frameworks together transparently
Description :
This class facilitates building frameworks of several classes that
inter-operate. It was first designed and built for 'HTML::Mason', in which
the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several
other objects must create each other transparently, passing the appropriate
parameters to the right class, possibly substituting other subclasses for
any of these objects.
The main features of 'Class::Container' are:
* Explicit declaration of containment relationships (aggregation, factory
creation, etc.)
* Declaration of constructor parameters accepted by each member in a class
framework
* Transparent passing of constructor parameters to the class that needs them
* Ability to create one (automatic) or many (manual) contained objects
automatically and transparently