How to Install and Uninstall ghc-vector Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "ghc-vector" package

In this section, we are going to explain the necessary steps to install ghc-vector on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-vector

2. Uninstall "ghc-vector" package

Please follow the guidance below to uninstall ghc-vector on openSuSE Tumbleweed:

$ sudo zypper remove ghc-vector

3. Information about the ghc-vector package on openSuSE Tumbleweed

Information for package ghc-vector:
-----------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-vector
Version : 0.13.1.0-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 5.1 MiB
Installed : No
Status : not installed
Source package : ghc-vector-0.13.1.0-1.5.src
Upstream URL : https://hackage.haskell.org/package/vector
Summary : Efficient Arrays
Description :
An efficient implementation of 'Int'-indexed arrays (both mutable and
immutable), with a powerful loop optimisation framework .
It is structured as follows:
["Data.Vector"] Boxed vectors of arbitrary types.
["Data.Vector.Unboxed"] Unboxed vectors with an adaptive representation based
on data type families.
["Data.Vector.Storable"] Unboxed vectors of 'Storable' types.
["Data.Vector.Primitive"] Unboxed vectors of primitive types as defined by the
'primitive' package. "Data.Vector.Unboxed" is more flexible at no performance
cost.
["Data.Vector.Generic"] Generic interface to the vector types.
There is also a (draft) tutorial on common uses of vector.
* .

5. The same packages on other Linux Distributions