How to Install and Uninstall ghc-byteable.x86_64 Package on Fedora 38

Last updated: November 28,2024

1. Install "ghc-byteable.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-byteable.x86_64 on Fedora 38

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

2. Uninstall "ghc-byteable.x86_64" package

This guide covers the steps necessary to uninstall ghc-byteable.x86_64 on Fedora 38:

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

3. Information about the ghc-byteable.x86_64 package on Fedora 38

Last metadata expiration check: 4:30:42 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-byteable
Version : 0.1.1
Release : 37.fc38
Architecture : x86_64
Size : 14 k
Source : ghc-byteable-0.1.1-37.fc38.src.rpm
Repository : fedora
Summary : Type class for sequence of bytes
URL : https://hackage.haskell.org/package/byteable
License : BSD-3-Clause
Description : Abstract class to manipulate sequence of bytes
:
: The use case of this class is abstracting manipulation of types that are just
: wrapping a bytestring with stronger and more meaniful name.
:
: Usual definition of those types are of the form: newtype MyType = MyType
: ByteString.