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

Last updated: January 11,2025

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

This guide let you learn how to install ghc-vector-th-unbox.x86_64 on Fedora 36

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

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

In this section, we are going to explain the necessary steps to uninstall ghc-vector-th-unbox.x86_64 on Fedora 36:

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

Last metadata expiration check: 4:44:54 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : ghc-vector-th-unbox
Version : 0.2.1.9
Release : 2.fc36
Architecture : x86_64
Size : 26 k
Source : ghc-vector-th-unbox-0.2.1.9-2.fc36.src.rpm
Repository : fedora
Summary : Deriver for Data.Vector.Unboxed using Template Haskell
URL : https://hackage.haskell.org/package/vector-th-unbox
License : BSD
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.