How To Install php-laminas-mvc-i18n on Fedora 36

In this tutorial we learn how to install php-laminas-mvc-i18n in Fedora 36. php-laminas-mvc-i18n is Laminas Framework Mvc/I18n component

Introduction

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

What is php-laminas-mvc-i18n

laminas-mvc-i18n provides integration between * laminas-i18n * laminas-mvc * laminas-router and replaces the i18n functionality found in the v2 releases of the latter two components. Documentation

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

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

sudo dnf -y install php-laminas-mvc-i18n

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

sudo yum -y install php-laminas-mvc-i18n

How To Uninstall php-laminas-mvc-i18n on Fedora 36

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

sudo dnf remove php-laminas-mvc-i18n

php-laminas-mvc-i18n Package Contents on Fedora 36

/usr/share/doc/php-laminas-mvc-i18n
/usr/share/doc/php-laminas-mvc-i18n/COPYRIGHT.md
/usr/share/doc/php-laminas-mvc-i18n/README.md
/usr/share/doc/php-laminas-mvc-i18n/composer.json
/usr/share/licenses/php-laminas-mvc-i18n
/usr/share/licenses/php-laminas-mvc-i18n/LICENSE
/usr/share/php/Laminas/Mvc
/usr/share/php/Laminas/Mvc/I18n
/usr/share/php/Laminas/Mvc/I18n/ConfigProvider.php
/usr/share/php/Laminas/Mvc/I18n/DummyTranslator.php
/usr/share/php/Laminas/Mvc/I18n/Exception
/usr/share/php/Laminas/Mvc/I18n/Exception/BadMethodCallException.php
/usr/share/php/Laminas/Mvc/I18n/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Mvc/I18n/Module.php
/usr/share/php/Laminas/Mvc/I18n/Router
/usr/share/php/Laminas/Mvc/I18n/Router/HttpRouterDelegatorFactory.php
/usr/share/php/Laminas/Mvc/I18n/Router/TranslatorAwareTreeRouteStack.php
/usr/share/php/Laminas/Mvc/I18n/Translator.php
/usr/share/php/Laminas/Mvc/I18n/TranslatorFactory.php
/usr/share/php/Laminas/Mvc/I18n/autoload.php
/usr/share/php/Zend/Mvc
/usr/share/php/Zend/Mvc/I18n
/usr/share/php/Zend/Mvc/I18n/autoload.php

References

Summary

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