How to Install and Uninstall ghc-byteable.x86_64 Package on Fedora 39
Last updated: January 11,2025
1. Install "ghc-byteable.x86_64" package
Here is a brief guide to show you how to install ghc-byteable.x86_64 on Fedora 39
$
sudo dnf update
Copied
$
sudo dnf install
ghc-byteable.x86_64
Copied
2. Uninstall "ghc-byteable.x86_64" package
Please follow the instructions below to uninstall ghc-byteable.x86_64 on Fedora 39:
$
sudo dnf remove
ghc-byteable.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-byteable.x86_64 package on Fedora 39
Last metadata expiration check: 5:21:12 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-byteable
Version : 0.1.1
Release : 39.fc39
Architecture : x86_64
Size : 14 k
Source : ghc-byteable-0.1.1-39.fc39.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.
Available Packages
Name : ghc-byteable
Version : 0.1.1
Release : 39.fc39
Architecture : x86_64
Size : 14 k
Source : ghc-byteable-0.1.1-39.fc39.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.