How to Install and Uninstall ghcid.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "ghcid.x86_64" package

Learn how to install ghcid.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghcid.x86_64

2. Uninstall "ghcid.x86_64" package

Please follow the guidelines below to uninstall ghcid.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghcid.x86_64 $ sudo dnf autoremove

3. Information about the ghcid.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:04:52 ago on Mon Feb 26 07:04:30 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').