How To Install qt5-qtconnectivity on Rocky Linux 8

In this tutorial we learn how to install qt5-qtconnectivity on Rocky Linux 8. qt5-qtconnectivity is Qt5 - Connectivity components

Introduction

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

What is qt5-qtconnectivity

Qt5 - Connectivity components.

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

Install qt5-qtconnectivity 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-qtconnectivity using dnf by running the following command:

sudo dnf -y install qt5-qtconnectivity

Install qt5-qtconnectivity 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-qtconnectivity using yum by running the following command:

sudo yum -y install qt5-qtconnectivity

How To Uninstall qt5-qtconnectivity on Rocky Linux 8

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

sudo dnf remove qt5-qtconnectivity

qt5-qtconnectivity Package Contents on Rocky Linux 8

/usr/bin/sdpscanner
/usr/lib/.build-id
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/45f710cb7459241e189a47e6b0415f16c2ed6c
/usr/lib/.build-id/1e/45f710cb7459241e189a47e6b0415f16c2ed6c.1
/usr/lib/.build-id/35
/usr/lib/.build-id/35/13c77610c096ef2616df45ccafe792e1f76be9
/usr/lib/.build-id/4c
/usr/lib/.build-id/4c/bc49f9632981a8f3c3357df138879fe0802717
/usr/lib/.build-id/71
/usr/lib/.build-id/71/b418990dfbd1da2e31c4730a7ba08b4cb6e1e1
/usr/lib/.build-id/7e
/usr/lib/.build-id/7e/320fb7e1bcfafa577393f577e4bc80ad277865
/usr/lib/libQt5Bluetooth.so.5
/usr/lib/libQt5Bluetooth.so.5.12
/usr/lib/libQt5Bluetooth.so.5.12.5
/usr/lib/libQt5Nfc.so.5
/usr/lib/libQt5Nfc.so.5.12
/usr/lib/libQt5Nfc.so.5.12.5
/usr/lib/qt5/bin/sdpscanner
/usr/lib/qt5/qml/QtBluetooth
/usr/lib/qt5/qml/QtBluetooth/libdeclarative_bluetooth.so
/usr/lib/qt5/qml/QtBluetooth/plugins.qmltypes
/usr/lib/qt5/qml/QtBluetooth/qmldir
/usr/lib/qt5/qml/QtNfc
/usr/lib/qt5/qml/QtNfc/libdeclarative_nfc.so
/usr/lib/qt5/qml/QtNfc/plugins.qmltypes
/usr/lib/qt5/qml/QtNfc/qmldir
/usr/share/licenses/qt5-qtconnectivity
/usr/share/licenses/qt5-qtconnectivity/LICENSE.GPL2
/usr/share/licenses/qt5-qtconnectivity/LICENSE.GPL3
/usr/share/licenses/qt5-qtconnectivity/LICENSE.GPL3-EXCEPT
/usr/share/licenses/qt5-qtconnectivity/LICENSE.LGPL3
/usr/bin/sdpscanner
/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/a8fe0b0cf6a460ad3ee134e78b90c9b84add28
/usr/lib/.build-id/75
/usr/lib/.build-id/75/89084a723748472f8e3da64770686270cf53e2
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/a21183851949f8d0a5d4b6a99177f4c431bff9
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/027b85cba8cebaaddefd8b8ec71a015a2dde22
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/e21ff69f6a4549a9295b3fabf900b0b873100d
/usr/lib/.build-id/cc/e21ff69f6a4549a9295b3fabf900b0b873100d.1
/usr/lib64/libQt5Bluetooth.so.5
/usr/lib64/libQt5Bluetooth.so.5.12
/usr/lib64/libQt5Bluetooth.so.5.12.5
/usr/lib64/libQt5Nfc.so.5
/usr/lib64/libQt5Nfc.so.5.12
/usr/lib64/libQt5Nfc.so.5.12.5
/usr/lib64/qt5/bin/sdpscanner
/usr/lib64/qt5/qml/QtBluetooth
/usr/lib64/qt5/qml/QtBluetooth/libdeclarative_bluetooth.so
/usr/lib64/qt5/qml/QtBluetooth/plugins.qmltypes
/usr/lib64/qt5/qml/QtBluetooth/qmldir
/usr/lib64/qt5/qml/QtNfc
/usr/lib64/qt5/qml/QtNfc/libdeclarative_nfc.so
/usr/lib64/qt5/qml/QtNfc/plugins.qmltypes
/usr/lib64/qt5/qml/QtNfc/qmldir
/usr/share/licenses/qt5-qtconnectivity
/usr/share/licenses/qt5-qtconnectivity/LICENSE.GPL2
/usr/share/licenses/qt5-qtconnectivity/LICENSE.GPL3
/usr/share/licenses/qt5-qtconnectivity/LICENSE.GPL3-EXCEPT
/usr/share/licenses/qt5-qtconnectivity/LICENSE.LGPL3

References

Summary

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