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

Last updated: October 10,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 38

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

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

In this section, we are going to explain the necessary steps to uninstall ghc-yesod-form.x86_64 on Fedora 38:

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

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

Last metadata expiration check: 1:55:00 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-yesod-form
Version : 1.7.3
Release : 2.fc38
Architecture : x86_64
Size : 248 k
Source : ghc-yesod-form-1.7.3-2.fc38.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.