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

Last updated: October 05,2024

1. Install "python3-pyqtgraph.noarch" package

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

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

2. Uninstall "python3-pyqtgraph.noarch" package

Please follow the guidelines below to uninstall python3-pyqtgraph.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:16:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pyqtgraph
Version : 0.11.1
Release : 2.fc34
Architecture : noarch
Size : 942 k
Source : python-pyqtgraph-0.11.1-2.fc34.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.