How to Install and Uninstall pyotherside-tests Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "pyotherside-tests" package

This is a short guide on how to install pyotherside-tests on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pyotherside-tests

2. Uninstall "pyotherside-tests" package

This is a short guide on how to uninstall pyotherside-tests on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pyotherside-tests package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pyotherside-tests
Priority: optional
Section: universe/misc
Installed-Size: 241
Maintainer: Zygmunt Krynicki
Architecture: amd64
Source: pyotherside
Version: 1.4.0-2
Depends: qml-module-io-thp-pyotherside (= 1.4.0-2), python3, libc6 (>= 2.4), libgcc1 (>= 1:3.0), libpython3.5 (>= 3.5.0~b1), libqt5core5a (>= 5.5.0), libqt5gui5 (>= 5.5.0) | libqt5gui5-gles (>= 5.5.0), libqt5qml5 (>= 5.0.2), libqt5test5 (>= 5.5.0), libstdc++6 (>= 4.1.1)
Filename: pool/universe/p/pyotherside/pyotherside-tests_1.4.0-2_amd64.deb
Size: 66652
MD5sum: cba2ca5864ef46e47bd8cf20c1b26c25
SHA1: 5a90f381ed571b4d6235ddf066087e0157e037b8
SHA256: e2810808f9b890fcb6fe37e78b9d37b3d0763e6a6eaf065016234e6908496bf2
Description-en: Asynchronous Python 3 Bindings for Qt 5 (tests)
A Qt 5 QML Plugin that provides access to a Python 3 interpreter from QML.
.
PyOtherSide is a Qt 5 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.
.
While legacy versions of PyOtherSide worked with Qt 4.x and Python 2.x, its
focus now lies on Python 3.x and Qt 5. Python 3 has been out for several
years, and offers some nice language features and clean-ups, while Qt 5
supports most mobile platforms well, and has an improved QML engine and a
faster renderer (Qt Scene Graph) compared to Qt 4.
.
This package contains the test suite that can be started post-installation.
Description-md5: 9f87d3df08d939c20ba16717ae1ef0df
Multi-Arch: same
Homepage: http://thp.io/2011/pyotherside/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu