How to Install and Uninstall ghc-vector.x86_64 Package on Oracle Linux 8
Last updated: November 29,2024
1. Install "ghc-vector.x86_64" package
This guide covers the steps necessary to install ghc-vector.x86_64 on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
ghc-vector.x86_64
Copied
2. Uninstall "ghc-vector.x86_64" package
This tutorial shows how to uninstall ghc-vector.x86_64 on Oracle Linux 8:
$
sudo dnf remove
ghc-vector.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the ghc-vector.x86_64 package on Oracle Linux 8
Last metadata expiration check: 0:13:07 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : ghc-vector
Version : 0.12.0.1
Release : 4.el8
Architecture : x86_64
Size : 551 k
Source : ghc-vector-0.12.0.1-4.el8.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.
Available Packages
Name : ghc-vector
Version : 0.12.0.1
Release : 4.el8
Architecture : x86_64
Size : 551 k
Source : ghc-vector-0.12.0.1-4.el8.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.