How to Install and Uninstall ghcid.x86_64 Package on AlmaLinux 9

Last updated: October 08,2024

1. Install "ghcid.x86_64" package

In this section, we are going to explain the necessary steps to install ghcid.x86_64 on AlmaLinux 9

$ sudo dnf update $ sudo dnf install ghcid.x86_64

2. Uninstall "ghcid.x86_64" package

This tutorial shows how to uninstall ghcid.x86_64 on AlmaLinux 9:

$ sudo dnf remove ghcid.x86_64 $ sudo dnf autoremove

3. Information about the ghcid.x86_64 package on AlmaLinux 9

Last metadata expiration check: 2:19:22 ago on Wed Mar 13 07:41:12 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').