How to Install and Uninstall python311-altgraph Package on openSuSE Tumbleweed

Last updated: June 28,2024

1. Install "python311-altgraph" package

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

$ sudo zypper refresh $ sudo zypper install python311-altgraph

2. Uninstall "python311-altgraph" package

This guide covers the steps necessary to uninstall python311-altgraph on openSuSE Tumbleweed:

$ sudo zypper remove python311-altgraph

3. Information about the python311-altgraph package on openSuSE Tumbleweed

Information for package python311-altgraph:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-altgraph
Version : 0.17.4-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 147.6 KiB
Installed : No
Status : not installed
Source package : python-altgraph-0.17.4-1.2.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.