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

Last updated: May 18,2024

1. Install "ghc-serialise" package

Here is a brief guide to show you how to install ghc-serialise on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-serialise

2. Uninstall "ghc-serialise" package

Please follow the guidelines below to uninstall ghc-serialise on openSuSE Tumbleweed:

$ sudo zypper remove ghc-serialise

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

Information for package ghc-serialise:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-serialise
Version : 0.2.4.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 601,5 KiB
Installed : No
Status : not installed
Source package : ghc-serialise-0.2.4.0-1.1.src
Summary : A binary serialisation library for Haskell values
Description :
This package (formerly 'binary-serialise-cbor') provides pure, efficient
serialization of Haskell values directly into 'ByteString's for storage or
transmission purposes. By providing a set of type class instances, you can also
serialise any custom data type you have as well.
The underlying binary format used is the 'Concise Binary Object
Representation', or CBOR, specified in RFC 7049. As a result, serialised
Haskell values have implicit structure outside of the Haskell program itself,
meaning they can be inspected or analyzed without custom tools.
An implementation of the standard bijection between CBOR and JSON is provided
by the [cborg-json](/package/cborg-json) package. Also see
[cbor-tool](/package/cbor-tool) for a convenient command-line utility for
working with CBOR data.

5. The same packages on other Linux Distributions