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

Last updated: May 02,2024

1. Install "python39-qt5-sip" package

Please follow the guidance below to install python39-qt5-sip on openSuSE Tumbleweed

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

2. Uninstall "python39-qt5-sip" package

Please follow the steps below to uninstall python39-qt5-sip on openSuSE Tumbleweed:

$ sudo zypper remove python39-qt5-sip

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

Information for package python39-qt5-sip:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-qt5-sip
Version : 12.13.0-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 212.1 KiB
Installed : No
Status : not installed
Source package : python-qt5-sip-12.13.0-2.1.src
Upstream URL : https://www.riverbankcomputing.com/software/sip/
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.