How to Install and Uninstall python3-graphviz Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-graphviz" package

Here is a brief guide to show you how to install python3-graphviz on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-graphviz

2. Uninstall "python3-graphviz" package

In this section, we are going to explain the necessary steps to uninstall python3-graphviz on openSUSE Leap:

$ sudo zypper remove python3-graphviz

3. Information about the python3-graphviz package on openSUSE Leap

Information for package python3-graphviz:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-graphviz
Version : 0.14.1-150400.6.69
Arch : noarch
Vendor : SUSE LLC
Installed Size : 151.0 KiB
Installed : No
Status : not installed
Source package : python3-graphviz-0.14.1-150400.6.69.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.