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

Last updated: November 30,2024

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

This tutorial shows how to install ghc-yesod-static.x86_64 on Fedora 39

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

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

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

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

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

Last metadata expiration check: 2:46:24 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-yesod-static
Version : 1.6.1.0
Release : 14.fc39
Architecture : x86_64
Size : 125 k
Source : ghc-yesod-static-1.6.1.0-14.fc39.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.