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

Last updated: September 28,2024

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

Learn how to install php-laminas-mvc-form.noarch on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall php-laminas-mvc-form.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:56:47 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : php-laminas-mvc-form
Version : 1.2.0
Release : 2.fc36
Architecture : noarch
Size : 12 k
Source : php-laminas-mvc-form-1.2.0-2.fc36.src.rpm
Repository : fedora
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.