How to Install and Uninstall python39-graphviz Package on openSuSE Tumbleweed

Last updated: May 01,2024

1. Install "python39-graphviz" package

Please follow the guidance below to install python39-graphviz on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-graphviz

2. Uninstall "python39-graphviz" package

In this section, we are going to explain the necessary steps to uninstall python39-graphviz on openSuSE Tumbleweed:

$ sudo zypper remove python39-graphviz

3. Information about the python39-graphviz package on openSuSE Tumbleweed

Information for package python39-graphviz:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-graphviz
Version : 0.20.1-3.2
Arch : noarch
Vendor : openSUSE
Installed Size : 282.2 KiB
Installed : No
Status : not installed
Source package : python-graphviz-0.20.1-3.2.src
Upstream URL : https://github.com/xflr6/graphviz
Summary : Python interface for Graphviz
Description :
This package facilitates the creation and rendering of graph descriptions in
the DOT language of the Graphviz graph drawing software from Python.
It supports creating a graph object, assembling the graph by adding nodes and
edges, and retrieving its DOT source code string, saving the source code to a
file and rendering it with the Graphviz installation.
Using the view option/method, the resulting (PDF, PNG, SVG, etc.) file can be
inspected with its default application. Graphs can also be rendered and
displayed within IPython notebooks.