How to Install and Uninstall ghcid.x86_64 Package on Rocky Linux 9

Last updated: October 08,2024

1. Install "ghcid.x86_64" package

This tutorial shows how to install ghcid.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install ghcid.x86_64

2. Uninstall "ghcid.x86_64" package

Please follow the step by step instructions below to uninstall ghcid.x86_64 on Rocky Linux 9:

$ sudo dnf remove ghcid.x86_64 $ sudo dnf autoremove

3. Information about the ghcid.x86_64 package on Rocky Linux 9

Last metadata expiration check: 0:30:06 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : ghcid
Version : 0.8.7
Release : 8.el9
Architecture : x86_64
Size : 899 k
Source : ghcid-0.8.7-8.el9.src.rpm
Repository : epel
Summary : GHCi based bare bones IDE
URL : https://hackage.haskell.org/package/ghcid
License : BSD
Description : Either "GHCi as a daemon" or "GHC + a bit of an IDE". A very simple Haskell
: development tool which shows you the errors in your project and updates them
: whenever you save. Run 'ghcid --command=ghci', where '--command' is the
: command to start GHCi on your project (defaults to 'ghci' if you have a '.ghci'
: file, or else to 'cabal repl').