How to Install and Uninstall php-laminas-i18n.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "php-laminas-i18n.noarch" package

This guide covers the steps necessary to install php-laminas-i18n.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install php-laminas-i18n.noarch

2. Uninstall "php-laminas-i18n.noarch" package

This tutorial shows how to uninstall php-laminas-i18n.noarch on Fedora 36:

$ sudo dnf remove php-laminas-i18n.noarch $ sudo dnf autoremove

3. Information about the php-laminas-i18n.noarch package on Fedora 36

Last metadata expiration check: 1:27:33 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-laminas-i18n
Version : 2.17.0
Release : 1.fc36.remi
Architecture : noarch
Size : 103 k
Source : php-laminas-i18n-2.17.0-1.fc36.remi.src.rpm
Repository : remi
Summary : Laminas Framework I18n component
URL : https://github.com/laminas/laminas-i18n
License : BSD
Description : Laminas\I18n comes with a complete translation suite which supports all major
: formats and includes popular features like plural translations and text
: domains. The Translator component is mostly dependency free, except for
: the fallback to a default locale, where it relies on the Intl PHP extension.
:
: The translator itself is initialized without any parameters, as any
: configuration to it is optional. A translator without any translations
: will actually do nothing but just return the given message IDs.
:
: Documentation: https://docs.laminas.dev/laminas-i18n/