How To Install php-laminas-paginator on Fedora 36

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

Introduction

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

What is php-laminas-paginator

Laminas\Paginator is a flexible component for paginating collections of data and presenting that data to users. Documentation

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

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

sudo dnf -y install php-laminas-paginator

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

sudo yum -y install php-laminas-paginator

How To Uninstall php-laminas-paginator on Fedora 36

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

sudo dnf remove php-laminas-paginator

php-laminas-paginator Package Contents on Fedora 36

/usr/share/doc/php-laminas-paginator
/usr/share/doc/php-laminas-paginator/COPYRIGHT.md
/usr/share/doc/php-laminas-paginator/README.md
/usr/share/doc/php-laminas-paginator/composer.json
/usr/share/licenses/php-laminas-paginator
/usr/share/licenses/php-laminas-paginator/LICENSE
/usr/share/php/Laminas/Paginator
/usr/share/php/Laminas/Paginator/Adapter
/usr/share/php/Laminas/Paginator/Adapter/AdapterInterface.php
/usr/share/php/Laminas/Paginator/Adapter/ArrayAdapter.php
/usr/share/php/Laminas/Paginator/Adapter/Callback.php
/usr/share/php/Laminas/Paginator/Adapter/DbSelect.php
/usr/share/php/Laminas/Paginator/Adapter/DbTableGateway.php
/usr/share/php/Laminas/Paginator/Adapter/Exception
/usr/share/php/Laminas/Paginator/Adapter/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Paginator/Adapter/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Paginator/Adapter/Exception/MissingRowCountColumnException.php
/usr/share/php/Laminas/Paginator/Adapter/Exception/RuntimeException.php
/usr/share/php/Laminas/Paginator/Adapter/Exception/UnexpectedValueException.php
/usr/share/php/Laminas/Paginator/Adapter/Iterator.php
/usr/share/php/Laminas/Paginator/Adapter/NullFill.php
/usr/share/php/Laminas/Paginator/Adapter/Service
/usr/share/php/Laminas/Paginator/Adapter/Service/CallbackFactory.php
/usr/share/php/Laminas/Paginator/Adapter/Service/DbSelectFactory.php
/usr/share/php/Laminas/Paginator/Adapter/Service/DbTableGatewayFactory.php
/usr/share/php/Laminas/Paginator/Adapter/Service/IteratorFactory.php
/usr/share/php/Laminas/Paginator/AdapterAggregateInterface.php
/usr/share/php/Laminas/Paginator/AdapterPluginManager.php
/usr/share/php/Laminas/Paginator/AdapterPluginManagerFactory.php
/usr/share/php/Laminas/Paginator/ConfigProvider.php
/usr/share/php/Laminas/Paginator/Exception
/usr/share/php/Laminas/Paginator/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Paginator/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Paginator/Exception/RuntimeException.php
/usr/share/php/Laminas/Paginator/Exception/UnexpectedValueException.php
/usr/share/php/Laminas/Paginator/Factory.php
/usr/share/php/Laminas/Paginator/Module.php
/usr/share/php/Laminas/Paginator/Paginator.php
/usr/share/php/Laminas/Paginator/PaginatorIterator.php
/usr/share/php/Laminas/Paginator/ScrollingStyle
/usr/share/php/Laminas/Paginator/ScrollingStyle/All.php
/usr/share/php/Laminas/Paginator/ScrollingStyle/Elastic.php
/usr/share/php/Laminas/Paginator/ScrollingStyle/Jumping.php
/usr/share/php/Laminas/Paginator/ScrollingStyle/ScrollingStyleInterface.php
/usr/share/php/Laminas/Paginator/ScrollingStyle/Sliding.php
/usr/share/php/Laminas/Paginator/ScrollingStylePluginManager.php
/usr/share/php/Laminas/Paginator/ScrollingStylePluginManagerFactory.php
/usr/share/php/Laminas/Paginator/SerializableLimitIterator.php
/usr/share/php/Laminas/Paginator/autoload.php
/usr/share/php/Zend/Paginator
/usr/share/php/Zend/Paginator/autoload.php

References

Summary

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