How to Install and Uninstall ghc-algebraic-graphs Package on openSuSE Tumbleweed

Last updated: May 15,2024

1. Install "ghc-algebraic-graphs" package

Learn how to install ghc-algebraic-graphs on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ghc-algebraic-graphs

2. Uninstall "ghc-algebraic-graphs" package

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

$ sudo zypper remove ghc-algebraic-graphs

3. Information about the ghc-algebraic-graphs package on openSuSE Tumbleweed

Information for package ghc-algebraic-graphs:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-algebraic-graphs
Version : 0.5-3.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 2,0 MiB
Installed : No
Status : not installed
Source package : ghc-algebraic-graphs-0.5-3.13.src
Summary : A library for algebraic graph construction and transformation
Description :
is a library for algebraic
construction and manipulation of graphs in Haskell. See
for the motivation
behind the library, the underlying theory and implementation details.
The top-level module
Algebra.Graph> defines the main data type for /algebraic graphs/
Graph>, as well as associated algorithms. For type-safe representation and
manipulation of /non-empty algebraic graphs/, see
Algebra.Graph.NonEmpty>. Furthermore, /algebraic graphs with edge labels/ are
implemented in
Algebra.Graph.Labelled>.
The library also provides conventional graph data structures, such as
Algebra.Graph.AdjacencyMap> along with its various flavours: adjacency maps
specialised to graphs with vertices of type 'Int'
( Algebra.Graph.AdjacencyIntMap>), non-empty adjacency maps
( Algebra.Graph.NonEmpty.AdjacencyMap>), and adjacency maps with edge labels
( Algebra.Graph.Labelled.AdjacencyMap>). A large part of the API of algebraic
graphs and adjacency maps is available through the 'Foldable'-like type class
Algebra.Graph.ToGraph>.
The type classes defined in
Algebra.Graph.Class> and
Algebra.Graph.HigherKinded.Class> can be used for polymorphic construction and
manipulation of graphs.
This is an experimental library and the API is expected to remain unstable
until version 1.0.0. Please consider contributing to the on-going
.

5. The same packages on other Linux Distributions