How To Install perl-Class-Container on Fedora 36

In this tutorial we learn how to install perl-Class-Container in Fedora 36. perl-Class-Container is Glues object frameworks together transparently

Introduction

In this tutorial we learn how to install perl-Class-Container on Fedora 36.

What is perl-Class-Container

This class facilitates building frameworks of several classes that inter-operate. It was first designed and built for “HTML 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 * 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

We can use yum or dnf to install perl-Class-Container on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Class-Container.

Install perl-Class-Container on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Class-Container using dnf by running the following command:

sudo dnf -y install perl-Class-Container

Install perl-Class-Container on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Class-Container using yum by running the following command:

sudo yum -y install perl-Class-Container

How To Uninstall perl-Class-Container on Fedora 36

To uninstall only the perl-Class-Container package we can use the following command:

sudo dnf remove perl-Class-Container

perl-Class-Container Package Contents on Fedora 36

/usr/share/doc/perl-Class-Container
/usr/share/doc/perl-Class-Container/Changes
/usr/share/doc/perl-Class-Container/README
/usr/share/licenses/perl-Class-Container
/usr/share/licenses/perl-Class-Container/LICENSE
/usr/share/man/man3/Class::Container.3pm.gz
/usr/share/perl5/vendor_perl/Class
/usr/share/perl5/vendor_perl/Class/Container.pm

References

Summary

In this tutorial we learn how to install perl-Class-Container on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).