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

Last updated: November 29,2024

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

In this section, we are going to explain the necessary steps to install ghc-yesod-static.x86_64 on Fedora 36

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

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

This guide covers the steps necessary to uninstall ghc-yesod-static.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 1:41:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-yesod-static
Version : 1.6.1.0
Release : 7.fc36
Architecture : x86_64
Size : 124 k
Source : ghc-yesod-static-1.6.1.0-7.fc36.src.rpm
Repository : fedora
Summary : Static file serving subsite for Yesod Web Framework
URL : https://hackage.haskell.org/package/yesod-static
License : MIT
Description : Serve static files from a Yesod app. This is great for developing your
: application, but also for a dead-simple deployment. Caching headers are
: automatically taken care of. If you are running a proxy server (like Apache or
: Nginx), you may want to have that server do the static serving instead.