How to Install and Uninstall ghc-HUnit Package on openSuSE Tumbleweed

Last updated: May 17,2024

1. Install "ghc-HUnit" package

This tutorial shows how to install ghc-HUnit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-HUnit

2. Uninstall "ghc-HUnit" package

This guide let you learn how to uninstall ghc-HUnit on openSuSE Tumbleweed:

$ sudo zypper remove ghc-HUnit

3. Information about the ghc-HUnit package on openSuSE Tumbleweed

Information for package ghc-HUnit:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-HUnit
Version : 1.6.2.0-2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 237.8 KiB
Installed : No
Status : not installed
Source package : ghc-HUnit-1.6.2.0-2.13.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: .