How to Install and Uninstall python3-qtpy Package on Kali Linux

Last updated: May 11,2024

1. Install "python3-qtpy" package

Please follow the guidelines below to install python3-qtpy on Kali Linux

$ sudo apt update $ sudo apt install python3-qtpy

2. Uninstall "python3-qtpy" package

This guide let you learn how to uninstall python3-qtpy on Kali Linux:

$ sudo apt remove python3-qtpy $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-qtpy package on Kali Linux

Package: python3-qtpy
Source: python-qtpy
Version: 2.4.1-2
Installed-Size: 332
Maintainer: Debian Python Team
Architecture: all
Depends: python3-packaging, python3-pyqt5, python3-pyqt5.qtchart, python3-pyqt5.qtmultimedia, python3-pyqt5.qtopengl, python3-pyqt5.qtpositioning, python3-pyqt5.qtquick, python3-pyqt5.qtremoteobjects, python3-pyqt5.qtsensors, python3-pyqt5.qtserialport, python3-pyqt5.qtsql, python3-pyqt5.qtsvg, python3-pyqt5.qttexttospeech, python3-pyqt5.qtwebchannel, python3-pyqt5.qtwebkit, python3-pyqt5.qtwebsockets, python3-pyqt5.qtxmlpatterns, python3-pyqt5.sip, python3:any
Recommends: python3-pyqt5.qtwebengine
Size: 62736
SHA256: f9a9897df44daecb0ef4eb45bfa3c734ef48a28f0665b1764f1d4f8b746a59a2
SHA1: 1b3bf11f1b40e09316a18a47fffac2140bffdb1e
MD5sum: 31af7a8482c0edbe9ac2d63a5f427dd9
Description: Abstraction layer for PySide2/PySide6/PyQt5/PyQt6 (Python 3)
QtPy (pronounced 'cutie pie') is a small abstraction layer that lets you
write applications using a single API call to either PyQt or PySide. QtPy
also provides a set of additional QWidgets.
.
It provides support for PyQt5, PyQt6, PySide2 and PySide6 using the PyQt5
layout (where the QtGui module has been split into QtGui and QtWidgets).
You write your code as if you were using PyQt5 but import from QtPy instead
of PyQt5.
.
This package depends on all of the available relevant PyQt5 packages.
Debian also currently has support for PySide2. If you wish to use
PySide2, you will need to depend on or install the required PySide2
packages for your particular application.
.
This package provides the QtPy library for the Python 3 interpreter.
Description-md5:
Homepage: https://github.com/spyder-ide/qtpy
Section: python
Priority: optional
Filename: pool/main/p/python-qtpy/python3-qtpy_2.4.1-2_all.deb