How to Install and Uninstall ghc-topograph Package on openSuSE Tumbleweed
Last updated: November 07,2024
1. Install "ghc-topograph" package
This tutorial shows how to install ghc-topograph on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-topograph
Copied
2. Uninstall "ghc-topograph" package
Learn how to uninstall ghc-topograph on openSuSE Tumbleweed:
$
sudo zypper remove
ghc-topograph
Copied
3. Information about the ghc-topograph package on openSuSE Tumbleweed
Information for package ghc-topograph:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-topograph
Version : 1.0.0.2-3.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 78.5 KiB
Installed : No
Status : not installed
Source package : ghc-topograph-1.0.0.2-3.4.src
Upstream URL : https://hackage.haskell.org/package/topograph
Summary : Directed acyclic graphs
Description :
Directed acyclic graphs can be sorted topographically. Existence of topographic
ordering allows writing many graph algorithms efficiently. And many graphs,
e.g. most dependency graphs are acyclic!
There are some algorithms built-in: dfs, transpose, transitive closure,
transitive reduction... Some algorithms even become not-so-hard to implement,
like a longest path!.
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-topograph
Version : 1.0.0.2-3.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 78.5 KiB
Installed : No
Status : not installed
Source package : ghc-topograph-1.0.0.2-3.4.src
Upstream URL : https://hackage.haskell.org/package/topograph
Summary : Directed acyclic graphs
Description :
Directed acyclic graphs can be sorted topographically. Existence of topographic
ordering allows writing many graph algorithms efficiently. And many graphs,
e.g. most dependency graphs are acyclic!
There are some algorithms built-in: dfs, transpose, transitive closure,
transitive reduction... Some algorithms even become not-so-hard to implement,
like a longest path!.