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

Last updated: September 28,2024

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

In this section, we are going to explain the necessary steps to install perl-Class-Container.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-Class-Container.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:05:16 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Class-Container
Version : 0.13
Release : 11.fc34
Architecture : noarch
Size : 34 k
Source : perl-Class-Container-0.13-11.fc34.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