How to Install and Uninstall ghc-dataenc.x86_64 Package on Fedora 36

Last updated: January 13,2025

1. Install "ghc-dataenc.x86_64" package

This is a short guide on how to install ghc-dataenc.x86_64 on Fedora 36

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

2. Uninstall "ghc-dataenc.x86_64" package

This guide covers the steps necessary to uninstall ghc-dataenc.x86_64 on Fedora 36:

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

3. Information about the ghc-dataenc.x86_64 package on Fedora 36

Last metadata expiration check: 1:50:09 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-dataenc
Version : 0.14.0.7
Release : 21.fc36
Architecture : x86_64
Size : 80 k
Source : ghc-dataenc-0.14.0.7-21.fc36.src.rpm
Repository : fedora
Summary : Data encoding library
URL : https://hackage.haskell.org/package/dataenc
License : BSD
Description : Data encoding library currently providing Base16, Base32, Base32Hex, Base64,
: Base64Url, Base85, Python string escaping, Quoted-Printable, URL encoding,
: uuencode, xxencode, and yEncoding.