How to Install and Uninstall python3-pygraphviz.x86_64 Package on Oracle Linux 8

Last updated: May 09,2024

1. Install "python3-pygraphviz.x86_64" package

This guide let you learn how to install python3-pygraphviz.x86_64 on Oracle Linux 8

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

2. Uninstall "python3-pygraphviz.x86_64" package

Learn how to uninstall python3-pygraphviz.x86_64 on Oracle Linux 8:

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

3. Information about the python3-pygraphviz.x86_64 package on Oracle Linux 8

Last metadata expiration check: 1:45:36 ago on Mon Sep 12 02:51:38 2022.
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.