How To Install qt5-qtnetworkauth-examples on Rocky Linux 8

In this tutorial we learn how to install qt5-qtnetworkauth-examples on Rocky Linux 8. qt5-qtnetworkauth-examples is Programming examples for qt5-qtnetworkauth

Introduction

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

What is qt5-qtnetworkauth-examples

Programming examples for qt5-qtnetworkauth.

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

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

sudo dnf -y install qt5-qtnetworkauth-examples

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

sudo yum -y install qt5-qtnetworkauth-examples

How To Uninstall qt5-qtnetworkauth-examples on Rocky Linux 8

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

sudo dnf remove qt5-qtnetworkauth-examples

qt5-qtnetworkauth-examples Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/69
/usr/lib/.build-id/69/b55d180e5ea3a1bb39ec7492d94712fc240662
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/a323f591cd83f9ff06b6fc0e85de2a76cf8d05
/usr/lib64/qt5/examples
/usr/lib64/qt5/examples/oauth
/usr/lib64/qt5/examples/oauth/oauth.pro
/usr/lib64/qt5/examples/oauth/redditclient
/usr/lib64/qt5/examples/oauth/redditclient/main.cpp
/usr/lib64/qt5/examples/oauth/redditclient/redditclient
/usr/lib64/qt5/examples/oauth/redditclient/redditclient.pro
/usr/lib64/qt5/examples/oauth/redditclient/redditmodel.cpp
/usr/lib64/qt5/examples/oauth/redditclient/redditmodel.h
/usr/lib64/qt5/examples/oauth/redditclient/redditwrapper.cpp
/usr/lib64/qt5/examples/oauth/redditclient/redditwrapper.h
/usr/lib64/qt5/examples/oauth/twittertimeline
/usr/lib64/qt5/examples/oauth/twittertimeline/main.cpp
/usr/lib64/qt5/examples/oauth/twittertimeline/twitter.cpp
/usr/lib64/qt5/examples/oauth/twittertimeline/twitter.h
/usr/lib64/qt5/examples/oauth/twittertimeline/twitterdialog.ui
/usr/lib64/qt5/examples/oauth/twittertimeline/twittertimeline
/usr/lib64/qt5/examples/oauth/twittertimeline/twittertimeline.pro
/usr/lib64/qt5/examples/oauth/twittertimeline/twittertimelinemodel.cpp
/usr/lib64/qt5/examples/oauth/twittertimeline/twittertimelinemodel.h

References

Summary

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