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

Last updated: June 25,2024

1. Install "python311-PyQt6-sip" package

This guide let you learn how to install python311-PyQt6-sip on openSuSE Tumbleweed

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

2. Uninstall "python311-PyQt6-sip" package

This tutorial shows how to uninstall python311-PyQt6-sip on openSuSE Tumbleweed:

$ sudo zypper remove python311-PyQt6-sip

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

Information for package python311-PyQt6-sip:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-PyQt6-sip
Version : 13.6.0-2.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 251.1 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.