How to Install and Uninstall libQt6Core6 Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "libQt6Core6" package

This guide covers the steps necessary to install libQt6Core6 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libQt6Core6

2. Uninstall "libQt6Core6" package

Please follow the guidelines below to uninstall libQt6Core6 on openSuSE Tumbleweed:

$ sudo zypper remove libQt6Core6

3. Information about the libQt6Core6 package on openSuSE Tumbleweed

Information for package libQt6Core6:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libQt6Core6
Version : 6.6.2-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 6.2 MiB
Installed : No
Status : not installed
Source package : qt6-base-6.6.2-1.1.src
Upstream URL : https://www.qt.io
Summary : Qt 6 Core library
Description :
The Qt 6 Core library. It adds these features to C++:
* a mechanism for object communication called signals and slots
* queryable and designable object properties
* hierarchical and queryable object trees that organize
* object ownership in a natural way with guarded pointers (QPointer)
* a dynamic cast that works across library boundaries