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

Last updated: May 03,2024

1. Install "python38-qt5-sip" package

This guide covers the steps necessary to install python38-qt5-sip on openSuSE Tumbleweed

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

2. Uninstall "python38-qt5-sip" package

This tutorial shows how to uninstall python38-qt5-sip on openSuSE Tumbleweed:

$ sudo zypper remove python38-qt5-sip

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

Information for package python38-qt5-sip:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-qt5-sip
Version : 12.9.0-2.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 213,5 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.