How to Install and Uninstall PythonQt-devel Package on openSuSE Tumbleweed

Last updated: May 16,2024

1. Install "PythonQt-devel" package

Please follow the steps below to install PythonQt-devel on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install PythonQt-devel

2. Uninstall "PythonQt-devel" package

In this section, we are going to explain the necessary steps to uninstall PythonQt-devel on openSuSE Tumbleweed:

$ sudo zypper remove PythonQt-devel

3. Information about the PythonQt-devel package on openSuSE Tumbleweed

Information for package PythonQt-devel:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : PythonQt-devel
Version : 3.2-3.3
Arch : x86_64
Vendor : openSUSE
Installed Size : 202,3 KiB
Installed : No
Status : not installed
Source package : PythonQt-3.2-3.3.src
Summary : Header files and development libraries for the pythonqt package
Description :
Header files and development libraries for the PythonQt package.
PythonQt offers embedding of the Python scripting language into a
C++ Qt applications. It makes heavy use of the QMetaObject system and
requires Qt 5.x.
It is focused on embedding, not writing entire applications in Python -
that should use PyQt or PySide instead.