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

Last updated: May 18,2024

1. Install "ghc-Decimal" package

Here is a brief guide to show you how to install ghc-Decimal on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-Decimal

2. Uninstall "ghc-Decimal" package

This tutorial shows how to uninstall ghc-Decimal on openSUSE Leap:

$ sudo zypper remove ghc-Decimal

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

Information for package ghc-Decimal:
------------------------------------
Repository : Main Repository
Name : ghc-Decimal
Version : 0.5.2-bp155.2.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 149.1 KiB
Installed : No
Status : not installed
Source package : ghc-Decimal-0.5.2-bp155.2.16.src
Upstream URL : https://hackage.haskell.org/package/Decimal
Summary : Decimal numbers with variable precision
Description :
A decimal number has an integer mantissa and a negative exponent. The exponent
can be interpreted as the number of decimal places in the value.