How to Install and Uninstall pyotherside-tests Package on Kali Linux

Last updated: May 15,2024

1. Install "pyotherside-tests" package

Learn how to install pyotherside-tests on Kali Linux

$ sudo apt update $ sudo apt install pyotherside-tests

2. Uninstall "pyotherside-tests" package

In this section, we are going to explain the necessary steps to uninstall pyotherside-tests on Kali Linux:

$ sudo apt remove pyotherside-tests $ sudo apt autoclean && sudo apt autoremove

3. Information about the pyotherside-tests package on Kali Linux

Package: pyotherside-tests
Source: pyotherside
Version: 1.6.0-4
Installed-Size: 475
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3:any, qml-module-io-thp-pyotherside (= 1.6.0-4), qml6-module-io-thp-pyotherside (= 1.6.0-4), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libpython3.11 (>= 3.11.0), libqt5core5a (>= 5.15.1), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quicktest5 (>= 5.0.2), libqt5test5 (>= 5.5.0), libqt6core6 (>= 6.4.0), libqt6gui6 (>= 6.1.2), libqt6qml6 (>= 6.2.0), libqt6quicktest6 (>= 6.2.0), libqt6test6 (>= 6.1.2), libstdc++6 (>= 5)
Size: 115052
SHA256: 066091c2f5b2f65fe2ceb95910025de61e087f298dd3c4d3586c3beb96d439bb
SHA1: a2aa7b19954fcc8521c9d3daf10ca3fa2b69815c
MD5sum: dbe08c62d6d5228a92e1f4ca810f69a0
Description: Asynchronous Python 3 Bindings for Qt (QT5 tests)
A Qt QML Plugin that provides access to a Python 3 interpreter from QML.
.
PyOtherSide is a Qt QML Plugin that provides access to a Python 3
interpreter from QML. It was designed with mobile devices in mind, where
high-framerate touch interfaces are common, and where the user usually
interfaces only with one application at a time via a touchscreen. As such, it
is important to never block the UI thread, so that the user can always
continue to use the interface, even when the backend is processing,
downloading or calculating something in the background.
.
At its core, PyOtherSide is basically a simple layer that converts Qt (QML)
objects to Python objects and vice versa, with focus on asynchronous events
and continuation-passing style function calls.
.
This package contains the test suite that can be started post-installation.
Description-md5:
Multi-Arch: same
Homepage: https://thp.io/2011/pyotherside/
Tag: uitoolkit::qt
Section: misc
Priority: optional
Filename: pool/main/p/pyotherside/pyotherside-tests_1.6.0-4_amd64.deb