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

Last updated: September 30,2024

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

Please follow the step by step instructions below to install ghc-yesod-static.x86_64 on Fedora 38

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

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

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

Last metadata expiration check: 3:01:57 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : ghc-yesod-static
Version : 1.6.1.0
Release : 12.fc38
Architecture : x86_64
Size : 123 k
Source : ghc-yesod-static-1.6.1.0-12.fc38.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.