How to Install and Uninstall ghc-yesod-form.x86_64 Package on Fedora 36

Last updated: January 13,2025

1. Install "ghc-yesod-form.x86_64" package

Please follow the guidance below to install ghc-yesod-form.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-yesod-form.x86_64

2. Uninstall "ghc-yesod-form.x86_64" package

Here is a brief guide to show you how to uninstall ghc-yesod-form.x86_64 on Fedora 36:

$ sudo dnf remove ghc-yesod-form.x86_64 $ sudo dnf autoremove

3. Information about the ghc-yesod-form.x86_64 package on Fedora 36

Last metadata expiration check: 5:43:17 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-yesod-form
Version : 1.7.0
Release : 2.fc36
Architecture : x86_64
Size : 255 k
Source : ghc-yesod-form-1.7.0-2.fc36.src.rpm
Repository : fedora
Summary : Form handling support for Yesod Web Framework
URL : https://hackage.haskell.org/package/yesod-form
License : MIT
Description : Form handling for Yesod, in the same style as formlets.
: See the forms chapter of the Yesod book.
:
: This package provides a set of basic form inputs such as text, number, time,
: checkbox, select, textarea, and etc. via Yesod.Form.Fields module.