How to Install and Uninstall ghcid Package on openSuSE Tumbleweed

Last updated: November 07,2024

1. Install "ghcid" package

Learn how to install ghcid on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghcid

2. Uninstall "ghcid" package

In this section, we are going to explain the necessary steps to uninstall ghcid on openSuSE Tumbleweed:

$ sudo zypper remove ghcid

3. Information about the ghcid package on openSuSE Tumbleweed

Information for package ghcid:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghcid
Version : 0.8.7-3.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 4,9 MiB
Installed : No
Status : not installed
Source package : ghcid-0.8.7-3.16.src
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').