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

Last updated: October 05,2024

1. Install "ghc-gitrev.x86_64" package

Please follow the step by step instructions below to install ghc-gitrev.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install ghc-gitrev.x86_64

2. Uninstall "ghc-gitrev.x86_64" package

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

$ sudo dnf remove ghc-gitrev.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:52:03 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-gitrev
Version : 1.3.1
Release : 20.fc34
Architecture : x86_64
Size : 21 k
Source : ghc-gitrev-1.3.1-20.fc34.src.rpm
Repository : fedora
Summary : Compile git revision info into Haskell projects
URL : https://hackage.haskell.org/package/gitrev
License : BSD
Description : Some handy Template Haskell splices for including the current git hash and
: branch in the code of your project. Useful for including in panic messages,
: '--version' output, or diagnostic info for more informative bug reports.