How To Install qt5-qtconfiguration on CentOS 8
Introduction
In this tutorial we learn how to install qt5-qtconfiguration
on CentOS 8.
What is qt5-qtconfiguration
Settings API with change notifications.
We can use yum
or dnf
to install qt5-qtconfiguration
on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install qt5-qtconfiguration.
Install qt5-qtconfiguration on CentOS 8 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install qt5-qtconfiguration
using dnf
by running the following command:
sudo dnf -y install qt5-qtconfiguration
Install qt5-qtconfiguration on CentOS 8 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
CentOS Linux 8 - AppStream 43 kB/s | 4.3 kB 00:00
CentOS Linux 8 - BaseOS 65 kB/s | 3.9 kB 00:00
CentOS Linux 8 - ContinuousRelease 43 kB/s | 3.0 kB 00:00
CentOS Linux 8 - Extras 23 kB/s | 1.5 kB 00:00
CentOS Linux 8 - FastTrack 40 kB/s | 3.0 kB 00:00
CentOS Linux 8 - HighAvailability 36 kB/s | 3.9 kB 00:00
CentOS Linux 8 - Plus 24 kB/s | 1.5 kB 00:00
CentOS Linux 8 - PowerTools 50 kB/s | 4.3 kB 00:00
Extra Packages for Enterprise Linux Modular 8 - x86_64 13 kB/s | 9.2 kB 00:00
Extra Packages for Enterprise Linux 8 - x86_64 24 kB/s | 8.5 kB 00:00
Metadata cache created.
After updating yum database, We can install qt5-qtconfiguration
using yum
by running the following command:
sudo yum -y install qt5-qtconfiguration
How To Uninstall qt5-qtconfiguration on CentOS 8
To uninstall only the qt5-qtconfiguration
package we can use the following command:
sudo dnf remove qt5-qtconfiguration
qt5-qtconfiguration Package Contents on CentOS 8
/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/ef5b46e9b55938f8652b008906a668f4b525d4
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/a2af9f98035a394e94eec89efc022cdd915e99
/usr/lib64/hawaii
/usr/lib64/hawaii/qml
/usr/lib64/hawaii/qml/Hawaii
/usr/lib64/hawaii/qml/Hawaii/Configuration
/usr/lib64/hawaii/qml/Hawaii/Configuration/libqmlconfigurationplugin.so
/usr/lib64/hawaii/qml/Hawaii/Configuration/plugins.qmltypes
/usr/lib64/hawaii/qml/Hawaii/Configuration/qmldir
/usr/lib64/libqtconfiguration.so.0.3.1
/usr/share/doc/qt5-qtconfiguration
/usr/share/doc/qt5-qtconfiguration/README.md
/usr/share/licenses/qt5-qtconfiguration
/usr/share/licenses/qt5-qtconfiguration/LICENSE.FDL
/usr/share/licenses/qt5-qtconfiguration/LICENSE.GPL
/usr/share/licenses/qt5-qtconfiguration/LICENSE.LGPL
References
Summary
In this tutorial we learn how to install qt5-qtconfiguration
on CentOS 8 using yum and dnf.