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

Last updated: July 05,2024

1. Install "python3-PyQt6-sip" package

Please follow the instructions below to install python3-PyQt6-sip on openSUSE Leap

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

2. Uninstall "python3-PyQt6-sip" package

Learn how to uninstall python3-PyQt6-sip on openSUSE Leap:

$ sudo zypper remove python3-PyQt6-sip

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

Information for package python3-PyQt6-sip:
------------------------------------------
Repository : Main Repository
Name : python3-PyQt6-sip
Version : 13.4.1-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 191.4 KiB
Installed : No
Status : not installed
Source package : python-PyQt6-sip-13.4.1-bp155.1.6.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.