How to Install and Uninstall mod_form-devel.x86_64 Package on Fedora 36

Last updated: October 09,2024

1. Install "mod_form-devel.x86_64" package

Learn how to install mod_form-devel.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install mod_form-devel.x86_64

2. Uninstall "mod_form-devel.x86_64" package

Please follow the instructions below to uninstall mod_form-devel.x86_64 on Fedora 36:

$ sudo dnf remove mod_form-devel.x86_64 $ sudo dnf autoremove

3. Information about the mod_form-devel.x86_64 package on Fedora 36

Last metadata expiration check: 5:17:10 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : mod_form-devel
Version : 0.2
Release : 13.fc36
Architecture : x86_64
Size : 8.3 k
Source : mod_form-0.2-13.fc36.src.rpm
Repository : fedora
Summary : Apache module that decodes data submitted from Web forms
URL : http://apache.webthing.com/mod_form
License : GPLv2+
Description : Utility to decode data submitted from Web forms. It deals with both GET
: and POST methods where the data are encoded using the default content type
: application/x-www-form-urlencoded. It does not decode multipart/form-data
: (file upload) forms: for those you should use mod_upload.
:
: Development package.