How to Install and Uninstall ghc-gitrev.x86_64 Package on Rocky Linux 9

Last updated: May 18,2024

1. Install "ghc-gitrev.x86_64" package

Please follow the step by step instructions below to install ghc-gitrev.x86_64 on Rocky Linux 9

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

2. Uninstall "ghc-gitrev.x86_64" package

Learn how to uninstall ghc-gitrev.x86_64 on Rocky Linux 9:

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

3. Information about the ghc-gitrev.x86_64 package on Rocky Linux 9

Last metadata expiration check: 2:13:37 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghc-gitrev
Version : 1.3.1
Release : 23.el9
Architecture : x86_64
Size : 22 k
Source : ghc-gitrev-1.3.1-23.el9.src.rpm
Repository : epel
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.