How To Install php-laminas-form on Fedora 36

In this tutorial we learn how to install php-laminas-form in Fedora 36. php-laminas-form is Laminas Framework Form component

Introduction

In this tutorial we learn how to install php-laminas-form on Fedora 36.

What is php-laminas-form

The Laminas\Form is intended primarily as a bridge between your domain models and the View Layer. It composes a thin layer of objects representing form elements, an InputFilter, and a small number of methods for binding data to and from the form and attached objects. Documentation

We can use yum or dnf to install php-laminas-form on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install php-laminas-form.

Install php-laminas-form on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install php-laminas-form using dnf by running the following command:

sudo dnf -y install php-laminas-form

Install php-laminas-form on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install php-laminas-form using yum by running the following command:

sudo yum -y install php-laminas-form

How To Uninstall php-laminas-form on Fedora 36

To uninstall only the php-laminas-form package we can use the following command:

sudo dnf remove php-laminas-form

php-laminas-form Package Contents on Fedora 36

/usr/share/doc/php-laminas-form
/usr/share/doc/php-laminas-form/COPYRIGHT.md
/usr/share/doc/php-laminas-form/README.md
/usr/share/doc/php-laminas-form/composer.json
/usr/share/licenses/php-laminas-form
/usr/share/licenses/php-laminas-form/LICENSE
/usr/share/php/Laminas/Form
/usr/share/php/Laminas/Form/Annotation
/usr/share/php/Laminas/Form/Annotation/AbstractAnnotationsListener.php
/usr/share/php/Laminas/Form/Annotation/AbstractArrayAnnotation.php
/usr/share/php/Laminas/Form/Annotation/AbstractArrayOrStringAnnotation.php
/usr/share/php/Laminas/Form/Annotation/AbstractStringAnnotation.php
/usr/share/php/Laminas/Form/Annotation/AllowEmpty.php
/usr/share/php/Laminas/Form/Annotation/AnnotationBuilder.php
/usr/share/php/Laminas/Form/Annotation/AnnotationBuilderFactory.php
/usr/share/php/Laminas/Form/Annotation/Attributes.php
/usr/share/php/Laminas/Form/Annotation/ComposedObject.php
/usr/share/php/Laminas/Form/Annotation/ContinueIfEmpty.php
/usr/share/php/Laminas/Form/Annotation/ElementAnnotationsListener.php
/usr/share/php/Laminas/Form/Annotation/ErrorMessage.php
/usr/share/php/Laminas/Form/Annotation/Exclude.php
/usr/share/php/Laminas/Form/Annotation/Filter.php
/usr/share/php/Laminas/Form/Annotation/Flags.php
/usr/share/php/Laminas/Form/Annotation/FormAnnotationsListener.php
/usr/share/php/Laminas/Form/Annotation/Hydrator.php
/usr/share/php/Laminas/Form/Annotation/Input.php
/usr/share/php/Laminas/Form/Annotation/InputFilter.php
/usr/share/php/Laminas/Form/Annotation/Instance.php
/usr/share/php/Laminas/Form/Annotation/Name.php
/usr/share/php/Laminas/Form/Annotation/Object.php
/usr/share/php/Laminas/Form/Annotation/Options.php
/usr/share/php/Laminas/Form/Annotation/Required.php
/usr/share/php/Laminas/Form/Annotation/Type.php
/usr/share/php/Laminas/Form/Annotation/ValidationGroup.php
/usr/share/php/Laminas/Form/Annotation/Validator.php
/usr/share/php/Laminas/Form/ConfigProvider.php
/usr/share/php/Laminas/Form/Element
/usr/share/php/Laminas/Form/Element.php
/usr/share/php/Laminas/Form/Element/Button.php
/usr/share/php/Laminas/Form/Element/Captcha.php
/usr/share/php/Laminas/Form/Element/Checkbox.php
/usr/share/php/Laminas/Form/Element/Collection.php
/usr/share/php/Laminas/Form/Element/Color.php
/usr/share/php/Laminas/Form/Element/Csrf.php
/usr/share/php/Laminas/Form/Element/Date.php
/usr/share/php/Laminas/Form/Element/DateSelect.php
/usr/share/php/Laminas/Form/Element/DateTime.php
/usr/share/php/Laminas/Form/Element/DateTimeLocal.php
/usr/share/php/Laminas/Form/Element/DateTimeSelect.php
/usr/share/php/Laminas/Form/Element/Email.php
/usr/share/php/Laminas/Form/Element/File.php
/usr/share/php/Laminas/Form/Element/Hidden.php
/usr/share/php/Laminas/Form/Element/Image.php
/usr/share/php/Laminas/Form/Element/Month.php
/usr/share/php/Laminas/Form/Element/MonthSelect.php
/usr/share/php/Laminas/Form/Element/MultiCheckbox.php
/usr/share/php/Laminas/Form/Element/Number.php
/usr/share/php/Laminas/Form/Element/Password.php
/usr/share/php/Laminas/Form/Element/Radio.php
/usr/share/php/Laminas/Form/Element/Range.php
/usr/share/php/Laminas/Form/Element/Search.php
/usr/share/php/Laminas/Form/Element/Select.php
/usr/share/php/Laminas/Form/Element/Submit.php
/usr/share/php/Laminas/Form/Element/Tel.php
/usr/share/php/Laminas/Form/Element/Text.php
/usr/share/php/Laminas/Form/Element/Textarea.php
/usr/share/php/Laminas/Form/Element/Time.php
/usr/share/php/Laminas/Form/Element/Url.php
/usr/share/php/Laminas/Form/Element/Week.php
/usr/share/php/Laminas/Form/ElementAttributeRemovalInterface.php
/usr/share/php/Laminas/Form/ElementFactory.php
/usr/share/php/Laminas/Form/ElementInterface.php
/usr/share/php/Laminas/Form/ElementPrepareAwareInterface.php
/usr/share/php/Laminas/Form/Exception
/usr/share/php/Laminas/Form/Exception/BadMethodCallException.php
/usr/share/php/Laminas/Form/Exception/DomainException.php
/usr/share/php/Laminas/Form/Exception/ExceptionInterface.php
/usr/share/php/Laminas/Form/Exception/ExtensionNotLoadedException.php
/usr/share/php/Laminas/Form/Exception/InvalidArgumentException.php
/usr/share/php/Laminas/Form/Exception/InvalidElementException.php
/usr/share/php/Laminas/Form/Exception/UnexpectedValueException.php
/usr/share/php/Laminas/Form/Factory.php
/usr/share/php/Laminas/Form/Fieldset.php
/usr/share/php/Laminas/Form/FieldsetInterface.php
/usr/share/php/Laminas/Form/FieldsetPrepareAwareInterface.php
/usr/share/php/Laminas/Form/Form.php
/usr/share/php/Laminas/Form/FormAbstractServiceFactory.php
/usr/share/php/Laminas/Form/FormElementManager
/usr/share/php/Laminas/Form/FormElementManager.php
/usr/share/php/Laminas/Form/FormElementManager/FormElementManagerTrait.php
/usr/share/php/Laminas/Form/FormElementManager/FormElementManagerV3Polyfill.php
/usr/share/php/Laminas/Form/FormElementManagerFactory.php
/usr/share/php/Laminas/Form/FormFactoryAwareInterface.php
/usr/share/php/Laminas/Form/FormFactoryAwareTrait.php
/usr/share/php/Laminas/Form/FormInterface.php
/usr/share/php/Laminas/Form/InputFilterProviderFieldset.php
/usr/share/php/Laminas/Form/LabelAwareInterface.php
/usr/share/php/Laminas/Form/LabelAwareTrait.php
/usr/share/php/Laminas/Form/Module.php
/usr/share/php/Laminas/Form/View
/usr/share/php/Laminas/Form/View/Helper
/usr/share/php/Laminas/Form/View/Helper/AbstractHelper.php
/usr/share/php/Laminas/Form/View/Helper/Captcha
/usr/share/php/Laminas/Form/View/Helper/Captcha/AbstractWord.php
/usr/share/php/Laminas/Form/View/Helper/Captcha/Dumb.php
/usr/share/php/Laminas/Form/View/Helper/Captcha/Figlet.php
/usr/share/php/Laminas/Form/View/Helper/Captcha/Image.php
/usr/share/php/Laminas/Form/View/Helper/Captcha/ReCaptcha.php
/usr/share/php/Laminas/Form/View/Helper/File
/usr/share/php/Laminas/Form/View/Helper/File/FormFileApcProgress.php
/usr/share/php/Laminas/Form/View/Helper/File/FormFileSessionProgress.php
/usr/share/php/Laminas/Form/View/Helper/File/FormFileUploadProgress.php
/usr/share/php/Laminas/Form/View/Helper/Form.php
/usr/share/php/Laminas/Form/View/Helper/FormButton.php
/usr/share/php/Laminas/Form/View/Helper/FormCaptcha.php
/usr/share/php/Laminas/Form/View/Helper/FormCheckbox.php
/usr/share/php/Laminas/Form/View/Helper/FormCollection.php
/usr/share/php/Laminas/Form/View/Helper/FormColor.php
/usr/share/php/Laminas/Form/View/Helper/FormDate.php
/usr/share/php/Laminas/Form/View/Helper/FormDateSelect.php
/usr/share/php/Laminas/Form/View/Helper/FormDateTime.php
/usr/share/php/Laminas/Form/View/Helper/FormDateTimeLocal.php
/usr/share/php/Laminas/Form/View/Helper/FormDateTimeSelect.php
/usr/share/php/Laminas/Form/View/Helper/FormElement.php
/usr/share/php/Laminas/Form/View/Helper/FormElementErrors.php
/usr/share/php/Laminas/Form/View/Helper/FormEmail.php
/usr/share/php/Laminas/Form/View/Helper/FormFile.php
/usr/share/php/Laminas/Form/View/Helper/FormHidden.php
/usr/share/php/Laminas/Form/View/Helper/FormImage.php
/usr/share/php/Laminas/Form/View/Helper/FormInput.php
/usr/share/php/Laminas/Form/View/Helper/FormLabel.php
/usr/share/php/Laminas/Form/View/Helper/FormMonth.php
/usr/share/php/Laminas/Form/View/Helper/FormMonthSelect.php
/usr/share/php/Laminas/Form/View/Helper/FormMultiCheckbox.php
/usr/share/php/Laminas/Form/View/Helper/FormNumber.php
/usr/share/php/Laminas/Form/View/Helper/FormPassword.php
/usr/share/php/Laminas/Form/View/Helper/FormRadio.php
/usr/share/php/Laminas/Form/View/Helper/FormRange.php
/usr/share/php/Laminas/Form/View/Helper/FormReset.php
/usr/share/php/Laminas/Form/View/Helper/FormRow.php
/usr/share/php/Laminas/Form/View/Helper/FormSearch.php
/usr/share/php/Laminas/Form/View/Helper/FormSelect.php
/usr/share/php/Laminas/Form/View/Helper/FormSubmit.php
/usr/share/php/Laminas/Form/View/Helper/FormTel.php
/usr/share/php/Laminas/Form/View/Helper/FormText.php
/usr/share/php/Laminas/Form/View/Helper/FormTextarea.php
/usr/share/php/Laminas/Form/View/Helper/FormTime.php
/usr/share/php/Laminas/Form/View/Helper/FormUrl.php
/usr/share/php/Laminas/Form/View/Helper/FormWeek.php
/usr/share/php/Laminas/Form/View/HelperConfig.php
/usr/share/php/Laminas/Form/View/HelperTrait.php
/usr/share/php/Laminas/Form/autoload.php
/usr/share/php/Zend/Form
/usr/share/php/Zend/Form/autoload.php

References

Summary

In this tutorial we learn how to install php-laminas-form on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).