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

Last updated: November 26,2024

1. Install "python-graphviz-doc.noarch" package

In this section, we are going to explain the necessary steps to install python-graphviz-doc.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python-graphviz-doc.noarch

2. Uninstall "python-graphviz-doc.noarch" package

Please follow the guidance below to uninstall python-graphviz-doc.noarch on Fedora 39:

$ sudo dnf remove python-graphviz-doc.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 4:53:06 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python-graphviz-doc
Epoch : 1
Version : 0.20.1
Release : 4.fc39
Architecture : noarch
Size : 218 k
Source : python-graphviz-0.20.1-4.fc39.src.rpm
Repository : fedora
Summary : Documentation for python-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.
:
: This is the documentation package for python-graphviz.