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

Last updated: May 19,2024

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

Here is a brief guide to show you how to install ghc-yesod-form.x86_64 on Fedora 34

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

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

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

Last metadata expiration check: 3:23:24 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-yesod-form
Version : 1.6.7
Release : 5.fc34
Architecture : x86_64
Size : 244 k
Source : ghc-yesod-form-1.6.7-5.fc34.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.