How to Install and Uninstall perl-Class-Container.noarch Package on Fedora 36

Last updated: October 06,2024

1. Install "perl-Class-Container.noarch" package

This is a short guide on how to install perl-Class-Container.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Class-Container.noarch

2. Uninstall "perl-Class-Container.noarch" package

This tutorial shows how to uninstall perl-Class-Container.noarch on Fedora 36:

$ sudo dnf remove perl-Class-Container.noarch $ sudo dnf autoremove

3. Information about the perl-Class-Container.noarch package on Fedora 36

Last metadata expiration check: 2:16:28 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Class-Container
Version : 0.13
Release : 14.fc36
Architecture : noarch
Size : 34 k
Source : perl-Class-Container-0.13-14.fc36.src.rpm
Repository : fedora
Summary : Glues object frameworks together transparently
URL : https://metacpan.org/release/Class-Container
License : GPL+ or Artistic
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