How to Install and Uninstall python3-pygraphviz.x86_64 Package on Fedora 39

Last updated: November 28,2024

1. Install "python3-pygraphviz.x86_64" package

This is a short guide on how to install python3-pygraphviz.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install python3-pygraphviz.x86_64

2. Uninstall "python3-pygraphviz.x86_64" package

Please follow the steps below to uninstall python3-pygraphviz.x86_64 on Fedora 39:

$ sudo dnf remove python3-pygraphviz.x86_64 $ sudo dnf autoremove

3. Information about the python3-pygraphviz.x86_64 package on Fedora 39

Last metadata expiration check: 1:53:51 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-pygraphviz
Version : 1.11
Release : 3.fc39
Architecture : x86_64
Size : 155 k
Source : python-pygraphviz-1.11-3.fc39.src.rpm
Repository : fedora
Summary : Create and Manipulate Graphs and Networks
URL : http://networkx.lanl.gov/pygraphviz/
License : BSD
Description : PyGraphviz is a Python interface to the Graphviz graph layout and
: visualization package. With PyGraphviz you can create, edit, read,
: write, and draw graphs using Python to access the Graphviz graph data
: structure and layout algorithms. PyGraphviz is independent from
: NetworkX but provides a similar programming interface.