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

Last updated: January 13,2025

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

This guide let you learn how to install perl-Class-Container.noarch on Fedora 39

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

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

This guide covers the steps necessary to uninstall perl-Class-Container.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:04:34 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : perl-Class-Container
Version : 0.13
Release : 18.fc39
Architecture : noarch
Size : 34 k
Source : perl-Class-Container-0.13-18.fc39.src.rpm
Repository : fedora
Summary : Glues object frameworks together transparently
URL : https://metacpan.org/release/Class-Container
License : GPL-1.0-or-later OR Artistic-1.0-Perl
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