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

Last updated: October 09,2024

1. Install "ghc-binary-shared.x86_64" package

This tutorial shows how to install ghc-binary-shared.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install ghc-binary-shared.x86_64

2. Uninstall "ghc-binary-shared.x86_64" package

Please follow the steps below to uninstall ghc-binary-shared.x86_64 on Fedora 38:

$ sudo dnf remove ghc-binary-shared.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 4:29:54 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : ghc-binary-shared
Version : 0.8.3
Release : 38.fc38
Architecture : x86_64
Size : 53 k
Source : ghc-binary-shared-0.8.3-38.fc38.src.rpm
Repository : fedora
Summary : Haskell library for sharing binary elements
URL : https://hackage.haskell.org/package/binary-shared
License : GPL-2.0-or-later
Description : Provides capability to share elements created by binary package.
:
: I had problems with the size of the allocated heap space after serializing and
: loading data with the binary package. The reason was that binary does not
: support sharing of identical elements, so I came up with the generic solution
: in this package.