How to Install and Uninstall python3-QtPy.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 26,2024
1. Install "python3-QtPy.noarch" package
This tutorial shows how to install python3-QtPy.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3-QtPy.noarch
Copied
2. Uninstall "python3-QtPy.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-QtPy.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-QtPy.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-QtPy.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:27:35 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-QtPy
Version : 1.10.0
Release : 1.el8
Architecture : noarch
Size : 98 k
Source : python-QtPy-1.10.0-1.el8.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.
Available Packages
Name : python3-QtPy
Version : 1.10.0
Release : 1.el8
Architecture : noarch
Size : 98 k
Source : python-QtPy-1.10.0-1.el8.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.