How to Install and Uninstall python3-pydot.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "python3-pydot.noarch" package

Please follow the guidelines below to install python3-pydot.noarch on Fedora 34

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

2. Uninstall "python3-pydot.noarch" package

Please follow the step by step instructions below to uninstall python3-pydot.noarch on Fedora 34:

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

3. Information about the python3-pydot.noarch package on Fedora 34

Last metadata expiration check: 0:04:15 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-pydot
Version : 1.4.1
Release : 5.fc34
Architecture : noarch
Size : 47 k
Source : pydot-1.4.1-5.fc34.src.rpm
Repository : fedora
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.