How to Install and Uninstall ghc-vector.x86_64 Package on Oracle Linux 9

Last updated: June 25,2024

1. Install "ghc-vector.x86_64" package

Please follow the guidance below to install ghc-vector.x86_64 on Oracle Linux 9

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

2. Uninstall "ghc-vector.x86_64" package

Please follow the step by step instructions below to uninstall ghc-vector.x86_64 on Oracle Linux 9:

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

3. Information about the ghc-vector.x86_64 package on Oracle Linux 9

Last metadata expiration check: 1:11:29 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : ghc-vector
Version : 0.12.3.1
Release : 1.el9
Architecture : x86_64
Size : 606 k
Source : ghc-vector-0.12.3.1-1.el9.src.rpm
Repository : epel
Summary : Efficient Arrays
URL : https://hackage.haskell.org/package/vector
License : BSD
Description : An efficient implementation of Int-indexed arrays (both mutable
: and immutable), with a powerful loop optimisation framework.