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

Last updated: October 06,2024

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

Here is a brief guide to show you how to install php-laminas-i18n.noarch on Fedora 34

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

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

Please follow the steps below to uninstall php-laminas-i18n.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:57:09 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-laminas-i18n
Version : 2.11.2
Release : 1.fc34
Architecture : noarch
Size : 101 k
Source : php-laminas-i18n-2.11.2-1.fc34.src.rpm
Repository : updates
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/