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

Last updated: June 26,2024

1. Install "ghc-extra" package

Please follow the instructions below to install ghc-extra on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-extra

2. Uninstall "ghc-extra" package

Here is a brief guide to show you how to uninstall ghc-extra on openSuSE Tumbleweed:

$ sudo zypper remove ghc-extra

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

Information for package ghc-extra:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-extra
Version : 1.7.14-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 389.6 KiB
Installed : No
Status : not installed
Source package : ghc-extra-1.7.14-1.6.src
Upstream URL : https://hackage.haskell.org/package/extra
Summary : Extra functions I use
Description :
A library of extra functions for the standard Haskell libraries. Most functions
are simple additions, filling out missing functionality. A few functions are
available in later versions of GHC, but this package makes them available back
to GHC 7.2.
The module "Extra" documents all functions provided by this library.
Modules such as "Data.List.Extra" provide extra functions over "Data.List" and
also reexport "Data.List". Users are recommended to replace "Data.List" imports
with "Data.List.Extra" if they need the extra functionality.

5. The same packages on other Linux Distributions