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

Last updated: October 05,2024

1. Install "php-laminas-mvc-form.noarch" package

Please follow the guidelines below to install php-laminas-mvc-form.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install php-laminas-mvc-form.noarch

2. Uninstall "php-laminas-mvc-form.noarch" package

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

$ sudo dnf remove php-laminas-mvc-form.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:14:57 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : php-laminas-mvc-form
Version : 1.1.0
Release : 1.fc34
Architecture : noarch
Size : 12 k
Source : php-laminas-mvc-form-1.1.0-1.fc34.src.rpm
Repository : updates
Summary : Laminas Framework Mvc/Form component
URL : https://github.com/laminas/laminas-mvc-form
License : BSD
Description : laminas-mvc-form is a metapackage that provides a single package for
: installing all packages necessary to fully use laminas-form under laminas-mvc,
: including:
:
: * laminas/laminas-code
: * laminas/laminas-form
: * laminas/laminas-i18n
:
: i18n integration: this package only requires laminas-i18n, and not
: laminas-mvc-i18n. This is to allow providing the bare minimum required
: to use laminas-form, as its base view helper extends from the base
: laminas-i18n view helper. If you want to provide translations for your
: form elements, please install laminas-mvc-i18n as well.