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

Last updated: May 18,2024

1. Install "python36-PyQt6-sip" package

Here is a brief guide to show you how to install python36-PyQt6-sip on openSuSE Tumbleweed

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

2. Uninstall "python36-PyQt6-sip" package

Here is a brief guide to show you how to uninstall python36-PyQt6-sip on openSuSE Tumbleweed:

$ sudo zypper remove python36-PyQt6-sip

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

Information for package python36-PyQt6-sip:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-PyQt6-sip
Version : 13.2.0-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 196,7 KiB
Installed : No
Status : not installed
Source package : python-PyQt6-sip-13.2.0-1.1.src
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.