How To Install php-laminas-loader on Fedora 36

In this tutorial we learn how to install php-laminas-loader in Fedora 36. php-laminas-loader is Laminas Framework Loader component

Introduction

In this tutorial we learn how to install php-laminas-loader on Fedora 36.

What is php-laminas-loader

laminas-loader provides different strategies for autoloading PHP classes. Documentation

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

Install php-laminas-loader 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 php-laminas-loader using dnf by running the following command:

sudo dnf -y install php-laminas-loader

Install php-laminas-loader 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 php-laminas-loader using yum by running the following command:

sudo yum -y install php-laminas-loader

How To Uninstall php-laminas-loader on Fedora 36

To uninstall only the php-laminas-loader package we can use the following command:

sudo dnf remove php-laminas-loader

php-laminas-loader Package Contents on Fedora 36

/usr/share/doc/php-laminas-loader
/usr/share/doc/php-laminas-loader/COPYRIGHT.md
/usr/share/doc/php-laminas-loader/README.md
/usr/share/doc/php-laminas-loader/composer.json
/usr/share/licenses/php-laminas-loader
/usr/share/licenses/php-laminas-loader/LICENSE
/usr/share/php/Laminas/Loader
/usr/share/php/Laminas/Loader/AutoloaderFactory.php
/usr/share/php/Laminas/Loader/ClassMapAutoloader.php
/usr/share/php/Laminas/Loader/Exception
/usr/share/php/Laminas/Loader/Exception/BadMethodCallException.php
/usr/share/php/Laminas/Loader/Exception/DomainException.php
/usr/share/php/Laminas/Loader/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Loader/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Loader/Exception/InvalidPathException.php
/usr/share/php/Laminas/Loader/Exception/MissingResourceNamespaceException.php
/usr/share/php/Laminas/Loader/Exception/PluginLoaderException.php
/usr/share/php/Laminas/Loader/Exception/RuntimeException.php
/usr/share/php/Laminas/Loader/Exception/SecurityException.php
/usr/share/php/Laminas/Loader/ModuleAutoloader.php
/usr/share/php/Laminas/Loader/PluginClassLoader.php
/usr/share/php/Laminas/Loader/PluginClassLocator.php
/usr/share/php/Laminas/Loader/ShortNameLocator.php
/usr/share/php/Laminas/Loader/SplAutoloader.php
/usr/share/php/Laminas/Loader/StandardAutoloader.php
/usr/share/php/Laminas/Loader/autoload.php
/usr/share/php/Zend/Loader
/usr/share/php/Zend/Loader/autoload.php

References

Summary

In this tutorial we learn how to install php-laminas-loader on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).