How to Install and Uninstall python3-altgraph Package on openSUSE Leap

Last updated: June 03,2024

1. Install "python3-altgraph" package

Please follow the guidance below to install python3-altgraph on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-altgraph

2. Uninstall "python3-altgraph" package

Learn how to uninstall python3-altgraph on openSUSE Leap:

$ sudo zypper remove python3-altgraph

3. Information about the python3-altgraph package on openSUSE Leap

Information for package python3-altgraph:
-----------------------------------------
Repository : Main Repository
Name : python3-altgraph
Version : 0.17-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 160.4 KiB
Installed : No
Status : not installed
Source package : python-altgraph-0.17-bp155.2.11.src
Upstream URL : https://github.com/ronaldoussoren/altgraph/
Summary : Python graph (network) package
Description :
Altgraph is a fork of graphlib: a graph (network) package for constructing
graphs, BFS and DFS traversals, topological sort, shortest paths, etc. with
graphviz output.