How to Install and Uninstall ghc-cborg.x86_64 Package on Oracle Linux 9

Last updated: October 07,2024

1. Install "ghc-cborg.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-cborg.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-cborg.x86_64" package

Please follow the step by step instructions below to uninstall ghc-cborg.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-cborg.x86_64 package on Oracle Linux 9

Last metadata expiration check: 2:05:39 ago on Thu Feb 15 07:50:05 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'.