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

Last updated: October 05,2024

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

This tutorial shows how to install php-laminas-inputfilter.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall php-laminas-inputfilter.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:49:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : php-laminas-inputfilter
Version : 2.12.1
Release : 1.fc34
Architecture : noarch
Size : 30 k
Source : php-laminas-inputfilter-2.12.1-1.fc34.src.rpm
Repository : updates
Summary : Laminas Framework InputFilter component
URL : https://github.com/laminas/laminas-inputfilter
License : BSD
Description : The Laminas\InputFilter component can be used to filter and validate generic
: sets of input data. For instance, you could use it to filter $_GET or $_POST
: values, CLI arguments, etc.
:
: Documentation: https://docs.laminas.dev/laminas-inputfilter/