How to Install and Uninstall python3-pyqtgraph.noarch Package on Fedora 36

Last updated: October 08,2024

1. Install "python3-pyqtgraph.noarch" package

This guide let you learn how to install python3-pyqtgraph.noarch on Fedora 36

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

2. Uninstall "python3-pyqtgraph.noarch" package

This guide let you learn how to uninstall python3-pyqtgraph.noarch on Fedora 36:

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

3. Information about the python3-pyqtgraph.noarch package on Fedora 36

Last metadata expiration check: 4:58:15 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pyqtgraph
Version : 0.12.3
Release : 2.fc36
Architecture : noarch
Size : 1.0 M
Source : python-pyqtgraph-0.12.3-2.fc36.src.rpm
Repository : fedora
Summary : Scientific Graphics and GUI Library for Python
URL : http://www.pyqtgraph.org/
License : MIT
Description : PyQtGraph is a pure-python graphics and GUI library built on PyQt4 / PySide and
: numpy. It is intended for use in mathematics / scientific /engineering
: applications. Despite being written entirely in python, the library is very
: fast due to its heavy leverage of numpy for number crunching and Qt's
: GraphicsView framework for fast display.