How to Install and Uninstall ghc-cborg.x86_64 Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 10,2024

1. Install "ghc-cborg.x86_64" package

Learn how to install ghc-cborg.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install ghc-cborg.x86_64

2. Uninstall "ghc-cborg.x86_64" package

Here is a brief guide to show you how to uninstall ghc-cborg.x86_64 on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove ghc-cborg.x86_64 $ sudo dnf autoremove

3. Information about the ghc-cborg.x86_64 package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:47:47 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : ghc-cborg
Version : 0.2.5.0
Release : 3.el9
Architecture : x86_64
Size : 213 k
Source : ghc-cborg-0.2.5.0-3.el9.src.rpm
Repository : epel
Summary : Concise Binary Object Representation (CBOR)
URL : https://hackage.haskell.org/package/cborg
License : BSD
Description : This package provides an efficient implementation of the Concise Binary Object
: Representation (CBOR), as specified by [RFC
: 7049](https://tools.ietf.org/html/rfc7049).
:
: If you are looking for a library for serialisation of Haskell values, have a
: look at the [serialise](/package/serialise) package, which is built upon this
: library.
:
: 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.
:
: This package was formerly known as 'binary-serialise-cbor'.