How to Install and Uninstall python-qt-binding Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "python-qt-binding" package

Please follow the guidance below to install python-qt-binding on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-qt-binding

2. Uninstall "python-qt-binding" package

This guide let you learn how to uninstall python-qt-binding on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-qt-binding $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-qt-binding package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-qt-binding
Priority: optional
Section: universe/python
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Science Maintainers
Architecture: all
Source: ros-python-qt-binding
Version: 0.2.17-1
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~), sip-dev, python-qt4-dev, libpyside-dev, python-qt4
Filename: pool/universe/r/ros-python-qt-binding/python-qt-binding_0.2.17-1_all.deb
Size: 13934
MD5sum: ff3d9757fb6c811f76799e833ade9337
SHA1: 77e7febb6f329d9c34d1fa660fe477c496909f2a
SHA256: 996ee24fb2631d9a07547945eed5b8776cc7b919abae1e43c54952a3001b2b98
Description-en: Robot OS Python bindings for QT
This package is part of Robot OS (ROS). It provides Python bindings
for Qt. There are two providers: pyside and pyqt. PySide is released
under the LGPL. PyQt is released under the GPL.
.
Both the bindings and tools to build bindings are included from each
available provider. For PySide, it is called "Shiboken". For PyQt,
this is called "SIP".
.
Also provided is adapter code to make the user's Python code
independent of which binding provider was actually used which makes
it very easy to switch between these.
Description-md5: 0f58f13b159d6eb64ee81ab402619124
Homepage: http://wiki.ros.org/python_qt_binding
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu