How to Install and Uninstall python3-pygraphviz.x86_64 Package on AlmaLinux 9

Last updated: October 05,2024

1. Install "python3-pygraphviz.x86_64" package

Learn how to install python3-pygraphviz.x86_64 on AlmaLinux 9

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

2. Uninstall "python3-pygraphviz.x86_64" package

Please follow the guidelines below to uninstall python3-pygraphviz.x86_64 on AlmaLinux 9:

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

3. Information about the python3-pygraphviz.x86_64 package on AlmaLinux 9

Last metadata expiration check: 0:44:07 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : python3-pygraphviz
Version : 1.11
Release : 3.el9
Architecture : x86_64
Size : 122 k
Source : python-pygraphviz-1.11-3.el9.src.rpm
Repository : epel
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.