How to Install and Uninstall python3-graphviz.noarch Package on Fedora 39

Last updated: January 20,2025

1. Install "python3-graphviz.noarch" package

Please follow the instructions below to install python3-graphviz.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-graphviz.noarch

2. Uninstall "python3-graphviz.noarch" package

Learn how to uninstall python3-graphviz.noarch on Fedora 39:

$ sudo dnf remove python3-graphviz.noarch $ sudo dnf autoremove

3. Information about the python3-graphviz.noarch package on Fedora 39

Last metadata expiration check: 0:43:15 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-graphviz
Epoch : 1
Version : 0.20.1
Release : 4.fc39
Architecture : noarch
Size : 108 k
Source : python-graphviz-0.20.1-4.fc39.src.rpm
Repository : fedora
Summary : Simple Python interface for Graphviz
URL : https://github.com/xflr6/graphviz
License : MIT
Description : This package facilitates the creation and rendering of graph descriptions in
: the DOT language of the Graphviz graph drawing software (master repo) from
: Python.
:
: Create a graph object, assemble the graph by adding nodes and edges, and
: retrieve its DOT source code string. Save the source code to a file and
: render it with the Graphviz installation of your system.