How to Install and Uninstall ghcid Package on openSUSE Leap

Last updated: July 05,2024

1. Install "ghcid" package

This tutorial shows how to install ghcid on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghcid

2. Uninstall "ghcid" package

Please follow the guidance below to uninstall ghcid on openSUSE Leap:

$ sudo zypper remove ghcid

3. Information about the ghcid package on openSUSE Leap

Information for package ghcid:
------------------------------
Repository : Main Repository
Name : ghcid
Version : 0.8.7-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 4.9 MiB
Installed : No
Status : not installed
Source package : ghcid-0.8.7-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/ghcid
Summary : GHCi based bare bones IDE
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 --topmost --command=ghci', where '--topmost'
makes the window on top of all others (Windows only) and '--command' is the
command to start GHCi on your project (defaults to 'ghci' if you have a '.ghci'
file, or else to 'cabal repl').