How to Install and Uninstall python310-PyQt6-sip Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "python310-PyQt6-sip" package

Learn how to install python310-PyQt6-sip on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-PyQt6-sip

2. Uninstall "python310-PyQt6-sip" package

This is a short guide on how to uninstall python310-PyQt6-sip on openSuSE Tumbleweed:

$ sudo zypper remove python310-PyQt6-sip

3. Information about the python310-PyQt6-sip package on openSuSE Tumbleweed

Information for package python310-PyQt6-sip:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-PyQt6-sip
Version : 13.6.0-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 251.0 KiB
Installed : No
Status : not installed
Source package : python-PyQt6-sip-13.6.0-2.4.src
Upstream URL : https://www.riverbankcomputing.com/software/sip/
Summary : The sip module support for PyQt6
Description :
The sip extension module provides support for the PyQt6 package.
SIP is a tool for automatically generating Python bindings for
C and C++ libraries. SIP was originally developed in 1998 for
PyQt - the Python bindings for the Qt GUI toolkit - but is
suitable for generating bindings for any C or C++ library. SIP
can also be used write self contained extension modules, i.e.
without a library to be wrapped.