How To Install ghc-yesod-core on Fedora 36
Introduction
In this tutorial we learn how to install ghc-yesod-core
on Fedora 36.
What is ghc-yesod-core
API docs and the README are available at <http
We can use yum
or dnf
to install ghc-yesod-core
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install ghc-yesod-core.
Install ghc-yesod-core on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install ghc-yesod-core
using dnf
by running the following command:
sudo dnf -y install ghc-yesod-core
Install ghc-yesod-core on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install ghc-yesod-core
using yum
by running the following command:
sudo yum -y install ghc-yesod-core
How To Uninstall ghc-yesod-core on Fedora 36
To uninstall only the ghc-yesod-core
package we can use the following command:
sudo dnf remove ghc-yesod-core
ghc-yesod-core Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f9
/usr/lib/.build-id/f9/f9b1856377af8532f1e42dfef591d6d901f16a
/usr/lib64/libHSyesod-core-1.6.21.0-GOwk8XPhbuk6yiwvkcQgEV-ghc8.10.5.so
/usr/share/licenses/ghc-yesod-core
/usr/share/licenses/ghc-yesod-core/LICENSE
References
Summary
In this tutorial we learn how to install ghc-yesod-core
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).