How to Install and Uninstall ghcid.x86_64 Package on CentOS Stream 9

Last updated: October 09,2024

1. Install "ghcid.x86_64" package

Please follow the guidelines below to install ghcid.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install ghcid.x86_64

2. Uninstall "ghcid.x86_64" package

This guide let you learn how to uninstall ghcid.x86_64 on CentOS Stream 9:

$ sudo dnf remove ghcid.x86_64 $ sudo dnf autoremove

3. Information about the ghcid.x86_64 package on CentOS Stream 9

Last metadata expiration check: 0:53:06 ago on Sat Mar 16 16:03:45 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').