How to Install and Uninstall libQt6Core6 Package on openSUSE Leap

Last updated: May 21,2024

1. Install "libQt6Core6" package

In this section, we are going to explain the necessary steps to install libQt6Core6 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libQt6Core6

2. Uninstall "libQt6Core6" package

Please follow the steps below to uninstall libQt6Core6 on openSUSE Leap:

$ sudo zypper remove libQt6Core6

3. Information about the libQt6Core6 package on openSUSE Leap

Information for package libQt6Core6:
------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libQt6Core6
Version : 6.4.2-150500.3.14.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 5.8 MiB
Installed : No
Status : not installed
Source package : qt6-base-6.4.2-150500.3.14.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