How to Install and Uninstall ghc-vector-binary-instances.x86_64 Package on Fedora 36

Last updated: October 06,2024

1. Install "ghc-vector-binary-instances.x86_64" package

Please follow the steps below to install ghc-vector-binary-instances.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install ghc-vector-binary-instances.x86_64

2. Uninstall "ghc-vector-binary-instances.x86_64" package

This guide let you learn how to uninstall ghc-vector-binary-instances.x86_64 on Fedora 36:

$ sudo dnf remove ghc-vector-binary-instances.x86_64 $ sudo dnf autoremove

3. Information about the ghc-vector-binary-instances.x86_64 package on Fedora 36

Last metadata expiration check: 4:33:30 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : ghc-vector-binary-instances
Version : 0.2.5.2
Release : 2.fc36
Architecture : x86_64
Size : 23 k
Source : ghc-vector-binary-instances-0.2.5.2-2.fc36.src.rpm
Repository : fedora
Summary : Instances of Data.Binary for vector
URL : https://hackage.haskell.org/package/vector-binary-instances
License : BSD
Description : Instances for Binary for the types defined in the vector package, making it
: easy to serialize vectors to and from disk. We use the generic interface to
: vectors, so all vector types are supported. Specific instances are provided
: for unboxed, boxed and storable vectors.