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

Last updated: June 29,2024

1. Install "ghc-ilist" package

This guide covers the steps necessary to install ghc-ilist on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-ilist

2. Uninstall "ghc-ilist" package

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

$ sudo zypper remove ghc-ilist

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

Information for package ghc-ilist:
----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-ilist
Version : 0.4.0.1-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 82.7 KiB
Installed : No
Status : not installed
Source package : ghc-ilist-0.4.0.1-2.4.src
Upstream URL : https://hackage.haskell.org/package/ilist
Summary : Optimised list functions for doing index-related things
Description :
Optimised list functions for doing index-related things. They're faster than
common idioms in all cases, they avoid
, and sometimes they
fuse better as well.