How to Install and Uninstall python3-qt5-sip Package on openSUSE Leap

Last updated: November 23,2024

1. Install "python3-qt5-sip" package

This guide covers the steps necessary to install python3-qt5-sip on openSUSE Leap

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

2. Uninstall "python3-qt5-sip" package

In this section, we are going to explain the necessary steps to uninstall python3-qt5-sip on openSUSE Leap:

$ sudo zypper remove python3-qt5-sip

3. Information about the python3-qt5-sip package on openSUSE Leap

Information for package python3-qt5-sip:
----------------------------------------
Repository : Main Repository
Name : python3-qt5-sip
Version : 12.11.0-150500.1.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 203.9 KiB
Installed : No
Status : not installed
Source package : python3-qt5-sip-12.11.0-150500.1.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.