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

Last updated: May 23,2024

1. Install "ghc-ListLike" package

This guide let you learn how to install ghc-ListLike on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install ghc-ListLike

2. Uninstall "ghc-ListLike" package

Learn how to uninstall ghc-ListLike on openSUSE Leap:

$ sudo zypper remove ghc-ListLike

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

Information for package ghc-ListLike:
-------------------------------------
Repository : Main Repository
Name : ghc-ListLike
Version : 4.7.6-bp155.2.14
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.6 MiB
Installed : No
Status : not installed
Source package : ghc-ListLike-4.7.6-bp155.2.14.src
Upstream URL : https://hackage.haskell.org/package/ListLike
Summary : Generalized support for list-like structures
Description :
Generalized support for list-like structures in Haskell.
The ListLike module provides a common interface to the various Haskell types
that are list-like. Predefined interfaces include standard Haskell lists,
Arrays, ByteStrings, and lazy ByteStrings. Custom types can easily be made
ListLike instances as well.
ListLike also provides for String-like types, such as String and ByteString,
for types that support input and output, and for types that can handle infinite
lists.