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

Last updated: October 05,2024

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

This is a short guide on how to install ghc-yesod-static.x86_64 on Fedora 34

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

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

This guide let you learn how to uninstall ghc-yesod-static.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 5:09:05 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-yesod-static
Version : 1.6.1.0
Release : 4.fc34
Architecture : x86_64
Size : 115 k
Source : ghc-yesod-static-1.6.1.0-4.fc34.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.