How to Install and Uninstall ghc-vector.x86_64 Package on Fedora 38

Last updated: January 12,2025

1. Install "ghc-vector.x86_64" package

In this section, we are going to explain the necessary steps to install ghc-vector.x86_64 on Fedora 38

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

2. Uninstall "ghc-vector.x86_64" package

Please follow the steps below to uninstall ghc-vector.x86_64 on Fedora 38:

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

3. Information about the ghc-vector.x86_64 package on Fedora 38

Last metadata expiration check: 0:11:42 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : ghc-vector
Version : 0.12.3.1
Release : 4.fc38
Architecture : x86_64
Size : 728 k
Source : ghc-vector-0.12.3.1-4.fc38.src.rpm
Repository : fedora
Summary : Efficient Arrays
URL : https://hackage.haskell.org/package/vector
License : BSD-3-Clause
Description : An efficient implementation of Int-indexed arrays (both mutable
: and immutable), with a powerful loop optimisation framework.