How to Install and Uninstall ghc-cborg.x86_64 Package on Fedora 34

Last updated: October 07,2024

1. Install "ghc-cborg.x86_64" package

This is a short guide on how to install ghc-cborg.x86_64 on Fedora 34

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

2. Uninstall "ghc-cborg.x86_64" package

Learn how to uninstall ghc-cborg.x86_64 on Fedora 34:

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

3. Information about the ghc-cborg.x86_64 package on Fedora 34

Last metadata expiration check: 1:40:05 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : ghc-cborg
Version : 0.2.4.0
Release : 3.fc34
Architecture : x86_64
Size : 214 k
Source : ghc-cborg-0.2.4.0-3.fc34.src.rpm
Repository : fedora
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'.