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

Last updated: October 06,2024

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

This guide covers the steps necessary to install ghc-vector-binary-instances.x86_64 on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall ghc-vector-binary-instances.x86_64 on Fedora 34:

$ 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 34

Last metadata expiration check: 2:52:15 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : ghc-vector-binary-instances
Version : 0.2.5.1
Release : 9.fc34
Architecture : x86_64
Size : 22 k
Source : ghc-vector-binary-instances-0.2.5.1-9.fc34.src.rpm
Repository : fedora
Summary : Binary and Serialize instances 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. Uses the generic interface to
: vectors, so all vector types are supported. Specific instances are provided
: for unboxed, boxed and storable vectors.