How to Install and Uninstall ghc-HUnit Package on openSUSE Leap

Last updated: May 20,2024

1. Install "ghc-HUnit" package

In this section, we are going to explain the necessary steps to install ghc-HUnit on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-HUnit

2. Uninstall "ghc-HUnit" package

Please follow the guidance below to uninstall ghc-HUnit on openSUSE Leap:

$ sudo zypper remove ghc-HUnit

3. Information about the ghc-HUnit package on openSUSE Leap

Information for package ghc-HUnit:
----------------------------------
Repository : Main Repository
Name : ghc-HUnit
Version : 1.6.2.0-bp155.2.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 240.7 KiB
Installed : No
Status : not installed
Source package : ghc-HUnit-1.6.2.0-bp155.2.16.src
Upstream URL : https://hackage.haskell.org/package/HUnit
Summary : A unit testing framework for Haskell
Description :
HUnit is a unit testing framework for Haskell, inspired by the JUnit tool for
Java, see: .