How to Install and Uninstall libQt5Core5 Package on openSUSE Leap

Last updated: May 19,2024

1. Install "libQt5Core5" package

Please follow the steps below to install libQt5Core5 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install libQt5Core5

2. Uninstall "libQt5Core5" package

This guide let you learn how to uninstall libQt5Core5 on openSUSE Leap:

$ sudo zypper remove libQt5Core5

3. Information about the libQt5Core5 package on openSUSE Leap

Information for package libQt5Core5:
------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : libQt5Core5
Version : 5.15.8+kde185-150500.4.16.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 6.0 MiB
Installed : No
Status : not installed
Source package : libqt5-qtbase-5.15.8+kde185-150500.4.16.1.src
Upstream URL : https://www.qt.io
Summary : Qt 5 Core Library
Description :
The Qt 5 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