How to Install and Uninstall PythonQt-devel Package on openSUSE Leap

Last updated: May 18,2024

1. Install "PythonQt-devel" package

Please follow the step by step instructions below to install PythonQt-devel on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install PythonQt-devel

2. Uninstall "PythonQt-devel" package

Please follow the guidance below to uninstall PythonQt-devel on openSUSE Leap:

$ sudo zypper remove PythonQt-devel

3. Information about the PythonQt-devel package on openSUSE Leap

Information for package PythonQt-devel:
---------------------------------------
Repository : Main Repository
Name : PythonQt-devel
Version : 3.2-bp155.2.16
Arch : x86_64
Vendor : openSUSE
Installed Size : 206.7 KiB
Installed : No
Status : not installed
Source package : PythonQt-3.2-bp155.2.16.src
Upstream URL : http://pythonqt.sourceforge.net
Summary : Header files and development libraries for the pythonqt package
Description :
Header files and development libraries for the PythonQt package.
PythonQt offers an easy way to embed the Python scripting language into a
C++ Qt applications. It makes heavy use of the QMetaObject system and
requires Qt 5.x.
The focus of PythonQt is on embedding Python into an existing C++ application,
not on writing the whole application completely in Python. If you want to write
your whole application in Python, you should use PyQt or PySide instead.
If you are looking for a simple way to embed Python objects into your C++/Qt
Application and to script parts of your application via Python, PythonQt is the
way to go!