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

Last updated: October 06,2024

1. Install "ghc-byteable.x86_64" package

Please follow the step by step instructions below to install ghc-byteable.x86_64 on Fedora 36

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

2. Uninstall "ghc-byteable.x86_64" package

Please follow the steps below to uninstall ghc-byteable.x86_64 on Fedora 36:

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

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

Last metadata expiration check: 0:26:39 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-byteable
Version : 0.1.1
Release : 25.fc36
Architecture : x86_64
Size : 14 k
Source : ghc-byteable-0.1.1-25.fc36.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.