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

Last updated: September 20,2024

1. Install "python3-pygraphviz.x86_64" package

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

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

2. Uninstall "python3-pygraphviz.x86_64" package

This guide covers the steps necessary to uninstall python3-pygraphviz.x86_64 on Fedora 34:

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

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

Last metadata expiration check: 2:24:54 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-pygraphviz
Version : 1.7
Release : 1.fc34
Architecture : x86_64
Size : 100 k
Source : python-pygraphviz-1.7-1.fc34.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.