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

Last updated: October 05,2024

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

This guide let you learn how to install ghc-binary-shared.x86_64 on Fedora 34

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

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

Here is a brief guide to show you how to uninstall ghc-binary-shared.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:01:31 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : ghc-binary-shared
Version : 0.8.3
Release : 23.fc34
Architecture : x86_64
Size : 52 k
Source : ghc-binary-shared-0.8.3-23.fc34.src.rpm
Repository : fedora
Summary : Haskell library for sharing binary elements
URL : https://hackage.haskell.org/package/binary-shared
License : GPL+
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.