How to Install and Uninstall shiboken Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "shiboken" package

Learn how to install shiboken on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install shiboken

2. Uninstall "shiboken" package

This guide let you learn how to uninstall shiboken on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove shiboken $ sudo apt autoclean && sudo apt autoremove

3. Information about the shiboken package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: shiboken
Priority: optional
Section: universe/devel
Installed-Size: 2104
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: amd64
Version: 1.2.2-2build2
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libqt4-xml (>= 4:4.7.0), libqt4-xmlpatterns (>= 4:4.7.0), libqtcore4 (>= 4:4.8.0), libstdc++6 (>= 5.2), libxml2 (>= 2.7.4), libxslt1.1 (>= 1.1.25)
Filename: pool/universe/s/shiboken/shiboken_1.2.2-2build2_amd64.deb
Size: 675864
MD5sum: 7d49847d451aab82a6f453be59e74ee2
SHA1: a952d9f9e75fe27d61a49dcdc1167db23fcd9e03
SHA256: 4112a20c51884f5f0d63b455ea7e0ebbd8c45f214145cc65cb8b3f444dca8c12
Description-en: CPython bindings generator for C++ libraries
Shiboken is a bindings generator for C++ libraries that outputs CPython
source code. It collects information from library headers, and then
merges modifications and handwritten code defined in the typesystem
description.
.
Shiboken is the binding generator used to create the PySide bindings.
Description-md5: 33001ed1fff8558f414b5f6812c495b1
Homepage: http://www.pyside.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu