How to Install and Uninstall libQt5Core5 Package on openSuSE Tumbleweed

Last updated: June 03,2024

1. Install "libQt5Core5" package

Here is a brief guide to show you how to install libQt5Core5 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install libQt5Core5

2. Uninstall "libQt5Core5" package

Please follow the instructions below to uninstall libQt5Core5 on openSuSE Tumbleweed:

$ sudo zypper remove libQt5Core5

3. Information about the libQt5Core5 package on openSuSE Tumbleweed

Information for package libQt5Core5:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : libQt5Core5
Version : 5.15.12+kde151-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 6.1 MiB
Installed : No
Status : not installed
Source package : libqt5-qtbase-5.15.12+kde151-1.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