How to Install and Uninstall python3-sip6-devel Package on openSUSE Leap

Last updated: June 18,2024

1. Install "python3-sip6-devel" package

In this section, we are going to explain the necessary steps to install python3-sip6-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-sip6-devel

2. Uninstall "python3-sip6-devel" package

This is a short guide on how to uninstall python3-sip6-devel on openSUSE Leap:

$ sudo zypper remove python3-sip6-devel

3. Information about the python3-sip6-devel package on openSUSE Leap

Information for package python3-sip6-devel:
-------------------------------------------
Repository : Main Repository
Name : python3-sip6-devel
Version : 6.7.5-150500.1.2
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 3.3 MiB
Installed : No
Status : not installed
Source package : python3-sip6-6.7.5-150500.1.2.src
Upstream URL : https://www.riverbankcomputing.com/software/sip
Summary : A Python bindings generator for C/C++ libraries
Description :
SIP is a collection of tools that makes it very easy to create Python
bindings for C and C++ libraries. It was originally developed in 1998
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 generate wxPython, the Python bindings for wxWidgets.
This package contains all the developer tools you need to create your
own sip bindings.