How to Install and Uninstall python3-pydot.noarch Package on CentOS Stream 8

Last updated: July 07,2024

1. Install "python3-pydot.noarch" package

This is a short guide on how to install python3-pydot.noarch on CentOS Stream 8

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

2. Uninstall "python3-pydot.noarch" package

Here is a brief guide to show you how to uninstall python3-pydot.noarch on CentOS Stream 8:

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

3. Information about the python3-pydot.noarch package on CentOS Stream 8

Last metadata expiration check: 2:21:19 ago on Sun Feb 25 03:03:59 2024.
Available Packages
Name : python3-pydot
Version : 1.2.4
Release : 6.el8
Architecture : noarch
Size : 50 k
Source : pydot-1.2.4-6.el8.src.rpm
Repository : epel
Summary : Python3 interface to Graphviz's Dot language
URL : https://github.com/erocarrera/pydot
License : MIT
Description :
: An interface for creating both directed and non directed graphs from Python.
: Currently all attributes implemented in the Dot language are supported (up
: to Graphviz 2.16).
:
: Output can be inlined in Postscript into interactive scientific environments
: like TeXmacs, or output in any of the format's supported by the Graphviz
: tools dot, neato, twopi.