How To Install php-laminas-navigation on Fedora 36

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

Introduction

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

What is php-laminas-navigation

Laminas\Navigation is a component for managing trees of pointers to web pages. Simply put and sitemaps, or serve as a model for other navigation related purposes. Documentation

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

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

sudo dnf -y install php-laminas-navigation

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

sudo yum -y install php-laminas-navigation

How To Uninstall php-laminas-navigation on Fedora 36

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

sudo dnf remove php-laminas-navigation

php-laminas-navigation Package Contents on Fedora 36

/usr/share/doc/php-laminas-navigation
/usr/share/doc/php-laminas-navigation/COPYRIGHT.md
/usr/share/doc/php-laminas-navigation/README.md
/usr/share/doc/php-laminas-navigation/composer.json
/usr/share/licenses/php-laminas-navigation
/usr/share/licenses/php-laminas-navigation/LICENSE
/usr/share/php/Laminas/Navigation
/usr/share/php/Laminas/Navigation/AbstractContainer.php
/usr/share/php/Laminas/Navigation/ConfigProvider.php
/usr/share/php/Laminas/Navigation/Exception
/usr/share/php/Laminas/Navigation/Exception/BadMethodCallException.php
/usr/share/php/Laminas/Navigation/Exception/DomainException.php
/usr/share/php/Laminas/Navigation/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Navigation/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Navigation/Exception/OutOfBoundsException.php
/usr/share/php/Laminas/Navigation/Module.php
/usr/share/php/Laminas/Navigation/Navigation.php
/usr/share/php/Laminas/Navigation/Page
/usr/share/php/Laminas/Navigation/Page/AbstractPage.php
/usr/share/php/Laminas/Navigation/Page/Mvc.php
/usr/share/php/Laminas/Navigation/Page/Uri.php
/usr/share/php/Laminas/Navigation/Service
/usr/share/php/Laminas/Navigation/Service/AbstractNavigationFactory.php
/usr/share/php/Laminas/Navigation/Service/ConstructedNavigationFactory.php
/usr/share/php/Laminas/Navigation/Service/DefaultNavigationFactory.php
/usr/share/php/Laminas/Navigation/Service/NavigationAbstractServiceFactory.php
/usr/share/php/Laminas/Navigation/View
/usr/share/php/Laminas/Navigation/View/HelperConfig.php
/usr/share/php/Laminas/Navigation/View/NavigationHelperFactory.php
/usr/share/php/Laminas/Navigation/View/ViewHelperManagerDelegatorFactory.php
/usr/share/php/Laminas/Navigation/autoload.php
/usr/share/php/Zend/Navigation
/usr/share/php/Zend/Navigation/autoload.php

References

Summary

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