How to Install and Uninstall python3-altgraph.noarch Package on Fedora 35

Last updated: September 21,2024

1. Install "python3-altgraph.noarch" package

This guide covers the steps necessary to install python3-altgraph.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-altgraph.noarch

2. Uninstall "python3-altgraph.noarch" package

Please follow the steps below to uninstall python3-altgraph.noarch on Fedora 35:

$ sudo dnf remove python3-altgraph.noarch $ sudo dnf autoremove

3. Information about the python3-altgraph.noarch package on Fedora 35

Last metadata expiration check: 0:48:27 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-altgraph
Version : 0.17
Release : 6.fc35
Architecture : noarch
Size : 217 k
Source : python-altgraph-0.17-6.fc35.src.rpm
Repository : fedora
Summary : Python graph (network) package
URL : https://altgraph.readthedocs.io/
License : MIT
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.