How To Install qt5-qtxmlpatterns on Rocky Linux 8

In this tutorial we learn how to install qt5-qtxmlpatterns on Rocky Linux 8. qt5-qtxmlpatterns is Qt5 - QtXmlPatterns component

Introduction

In this tutorial we learn how to install qt5-qtxmlpatterns on Rocky Linux 8.

What is qt5-qtxmlpatterns

The Qt XML Patterns module provides support for XPath, XQuery, XSLT, and XML Schema validation.

We can use yum or dnf to install qt5-qtxmlpatterns on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install qt5-qtxmlpatterns.

Install qt5-qtxmlpatterns on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install qt5-qtxmlpatterns using dnf by running the following command:

sudo dnf -y install qt5-qtxmlpatterns

Install qt5-qtxmlpatterns on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install qt5-qtxmlpatterns using yum by running the following command:

sudo yum -y install qt5-qtxmlpatterns

How To Uninstall qt5-qtxmlpatterns on Rocky Linux 8

To uninstall only the qt5-qtxmlpatterns package we can use the following command:

sudo dnf remove qt5-qtxmlpatterns

qt5-qtxmlpatterns Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/8a7393bd86c22d69c1c844fce1210cc893137b
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/a8eb8682947e19d147ab6967c1bec2f384cbb8
/usr/lib/libQt5XmlPatterns.so.5
/usr/lib/libQt5XmlPatterns.so.5.12
/usr/lib/libQt5XmlPatterns.so.5.12.5
/usr/lib/qt5/qml/QtQuick/XmlListModel
/usr/lib/qt5/qml/QtQuick/XmlListModel/libqmlxmllistmodelplugin.so
/usr/lib/qt5/qml/QtQuick/XmlListModel/plugins.qmltypes
/usr/lib/qt5/qml/QtQuick/XmlListModel/qmldir
/usr/share/licenses/qt5-qtxmlpatterns
/usr/share/licenses/qt5-qtxmlpatterns/LICENSE.LGPL3
/usr/lib/.build-id
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/f63ab7fcf747da2c4f32a47b0689fecf2d1ef2
/usr/lib/.build-id/fc
/usr/lib/.build-id/fc/f01bbab4093d69afcb473b40a52bc0edc17727
/usr/lib64/libQt5XmlPatterns.so.5
/usr/lib64/libQt5XmlPatterns.so.5.12
/usr/lib64/libQt5XmlPatterns.so.5.12.5
/usr/lib64/qt5/qml/QtQuick/XmlListModel
/usr/lib64/qt5/qml/QtQuick/XmlListModel/libqmlxmllistmodelplugin.so
/usr/lib64/qt5/qml/QtQuick/XmlListModel/plugins.qmltypes
/usr/lib64/qt5/qml/QtQuick/XmlListModel/qmldir
/usr/share/licenses/qt5-qtxmlpatterns
/usr/share/licenses/qt5-qtxmlpatterns/LICENSE.LGPL3

References

Summary

In this tutorial we learn how to install qt5-qtxmlpatterns on Rocky Linux 8 using yum and dnf.