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

Last updated: October 12,2024

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

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

$ 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 35:

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

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

Last metadata expiration check: 3:02:58 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : php-laminas-mvc-form
Version : 1.2.0
Release : 1.fc35.remi
Architecture : noarch
Size : 12 k
Source : php-laminas-mvc-form-1.2.0-1.fc35.remi.src.rpm
Repository : remi
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.