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

Last updated: November 25,2024

1. Install "python3-altgraph.noarch" package

This is a short guide on how to install python3-altgraph.noarch on Fedora 36

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

2. Uninstall "python3-altgraph.noarch" package

Please follow the step by step instructions below to uninstall python3-altgraph.noarch on Fedora 36:

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

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

Last metadata expiration check: 1:22:48 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-altgraph
Version : 0.17
Release : 7.fc36
Architecture : noarch
Size : 217 k
Source : python-altgraph-0.17-7.fc36.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.