How to Install and Uninstall python36-qt5-sip Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python36-qt5-sip" package

This guide let you learn how to install python36-qt5-sip on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-qt5-sip

2. Uninstall "python36-qt5-sip" package

This guide covers the steps necessary to uninstall python36-qt5-sip on openSuSE Tumbleweed:

$ sudo zypper remove python36-qt5-sip

3. Information about the python36-qt5-sip package on openSuSE Tumbleweed

Information for package python36-qt5-sip:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-qt5-sip
Version : 12.9.0-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 209,4 KiB
Installed : No
Status : not installed
Source package : python-qt5-sip-12.9.0-2.2.src
Summary : The sip module support for PyQt5
Description :
The sip extension module provides support for the PyQt5 package.
SIP is a tool that makes it very easy to create Python bindings for
C and C++ libraries. It was originally developed to create PyQt,
the Python bindings for the Qt toolkit, but can be used to create
bindings for any C or C++ library. For example, it is also used to
create wxPython, the Python bindings for the wxWidget toolkit.