How to Install and Uninstall ghc-vector-th-unbox.x86_64 Package on Fedora 39

Last updated: January 11,2025

1. Install "ghc-vector-th-unbox.x86_64" package

Learn how to install ghc-vector-th-unbox.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install ghc-vector-th-unbox.x86_64

2. Uninstall "ghc-vector-th-unbox.x86_64" package

Learn how to uninstall ghc-vector-th-unbox.x86_64 on Fedora 39:

$ sudo dnf remove ghc-vector-th-unbox.x86_64 $ sudo dnf autoremove

3. Information about the ghc-vector-th-unbox.x86_64 package on Fedora 39

Last metadata expiration check: 5:40:16 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : ghc-vector-th-unbox
Version : 0.2.2
Release : 6.fc39
Architecture : x86_64
Size : 25 k
Source : ghc-vector-th-unbox-0.2.2-6.fc39.src.rpm
Repository : fedora
Summary : Deriver for Data.Vector.Unboxed using Template Haskell
URL : https://hackage.haskell.org/package/vector-th-unbox
License : BSD-3-Clause
Description : A Template Haskell deriver for unboxed vectors, given a pair of coercion
: functions to and from some existing type with an Unbox instance.
:
: Refer to "Data.Vector.Unboxed.Deriving" for documentation and examples.