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

Last updated: October 05,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 34

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

2. Uninstall "ghc-byteable.x86_64" package

Please follow the guidance below to uninstall ghc-byteable.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 4:34:48 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-byteable
Version : 0.1.1
Release : 22.fc34
Architecture : x86_64
Size : 14 k
Source : ghc-byteable-0.1.1-22.fc34.src.rpm
Repository : fedora
Summary : Type class for sequence of bytes
URL : https://hackage.haskell.org/package/byteable
License : BSD
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.