How to Install and Uninstall python3-pygraphviz.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 09,2024

1. Install "python3-pygraphviz.x86_64" package

Please follow the guidance below to install python3-pygraphviz.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-pygraphviz.x86_64" package

In this section, we are going to explain the necessary steps to uninstall python3-pygraphviz.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-pygraphviz.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:44:08 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-pygraphviz
Version : 1.6
Release : 1.el8
Architecture : x86_64
Size : 92 k
Source : python-pygraphviz-1.6-1.el8.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.