How to Install and Uninstall python3-QtPy.noarch Package on Rocky Linux 9

Last updated: October 06,2024

1. Install "python3-QtPy.noarch" package

Here is a brief guide to show you how to install python3-QtPy.noarch on Rocky Linux 9

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

2. Uninstall "python3-QtPy.noarch" package

Please follow the step by step instructions below to uninstall python3-QtPy.noarch on Rocky Linux 9:

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

3. Information about the python3-QtPy.noarch package on Rocky Linux 9

Last metadata expiration check: 2:10:30 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : python3-QtPy
Version : 2.3.1
Release : 1.el9
Architecture : noarch
Size : 150 k
Source : python-QtPy-2.3.1-1.el9.src.rpm
Repository : epel
Summary : Provides an abstraction layer on top of the various Qt bindings
URL : https://github.com/spyder-ide/qtpy
License : MIT and BSD
Description :
: QtPy (pronounced ‘cutie pie’) is a small abstraction layer that lets you
: write applications using a single API call to either PyQt or PySide.
:
: It provides support for PyQt5, PyQt4 and PySide using the PyQt5 layout
: (where the QtGui module has been split into QtGui and QtWidgets).
:
: Basically, you write your code as if you were using PyQt5 but import qt from
: qtpy instead of PyQt5.