How to Install and Uninstall ghc-vector Package on openSUSE Leap
Last updated: November 26,2024
1. Install "ghc-vector" package
This guide let you learn how to install ghc-vector on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-vector
Copied
2. Uninstall "ghc-vector" package
Here is a brief guide to show you how to uninstall ghc-vector on openSUSE Leap:
$
sudo zypper remove
ghc-vector
Copied
3. Information about the ghc-vector package on openSUSE Leap
Information for package ghc-vector:
-----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : ghc-vector
Version : 0.13.1.0-150500.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 4.1 MiB
Installed : No
Status : not installed
Source package : ghc-vector-0.13.1.0-150500.3.3.1.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.
*.
-----------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : ghc-vector
Version : 0.13.1.0-150500.3.3.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 4.1 MiB
Installed : No
Status : not installed
Source package : ghc-vector-0.13.1.0-150500.3.3.1.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.
*