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

Last updated: May 18,2024

1. Install "ghc-byteable" package

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

$ sudo zypper refresh $ sudo zypper install ghc-byteable

2. Uninstall "ghc-byteable" package

Please follow the guidance below to uninstall ghc-byteable on openSuSE Tumbleweed:

$ sudo zypper remove ghc-byteable

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

Information for package ghc-byteable:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-byteable
Version : 0.1.1-12.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 19.7 KiB
Installed : No
Status : not installed
Source package : ghc-byteable-0.1.1-12.6.src
Upstream URL : https://hackage.haskell.org/package/byteable
Summary : Type class for sequence of bytes
Description :
Abstract class to manipulate sequence of bytes
The use case of this class is abstracting manipulation of types that are just
wrapping a bytestring with stronger and more meaniful name.
Usual definition of those types are of the form: newtype MyType = MyType
ByteString.

5. The same packages on other Linux Distributions