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

Last updated: November 24,2024

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

This is a short guide on how to install ghc-binary-shared.x86_64 on Fedora 39

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

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

This tutorial shows how to uninstall ghc-binary-shared.x86_64 on Fedora 39:

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

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

Last metadata expiration check: 1:34:18 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : ghc-binary-shared
Version : 0.8.3
Release : 40.fc39
Architecture : x86_64
Size : 51 k
Source : ghc-binary-shared-0.8.3-40.fc39.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.