How To Install kqoauth-qt5 on Fedora 36

In this tutorial we learn how to install kqoauth-qt5 in Fedora 36. kqoauth-qt5 is Qt OAuth support library

Introduction

In this tutorial we learn how to install kqoauth-qt5 on Fedora 36.

What is kqoauth-qt5

kQOAuth is a OAuth 1.0 library written for Qt in C++. The goals for the library have been to provide easy integration to existing Qt5 applications utilizing Qt5 signals describing the OAuth process, and to provide a convenient approach to OAuth authentication. kQOAuth has support for retrieving the user authorization from the service provider’s website. kQOAuth will open the user’s web browser to the authorization page, give a local URL as the callback URL and setup a HTTP server on this address to listen for the reply from the service and then process it.

We can use yum or dnf to install kqoauth-qt5 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kqoauth-qt5.

Install kqoauth-qt5 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install kqoauth-qt5

Install kqoauth-qt5 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install kqoauth-qt5

How To Uninstall kqoauth-qt5 on Fedora 36

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

sudo dnf remove kqoauth-qt5

kqoauth-qt5 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/59
/usr/lib/.build-id/59/df1b8cca0e058d5a670e1914d6f0bbd3addca4
/usr/lib/libkqoauth.so.0
/usr/lib/libkqoauth.so.0.97
/usr/lib/libkqoauth.so.0.97.0
/usr/share/doc/kqoauth-qt5
/usr/share/doc/kqoauth-qt5/CHANGELOG
/usr/share/doc/kqoauth-qt5/README
/usr/share/licenses/kqoauth-qt5
/usr/share/licenses/kqoauth-qt5/COPYING

References

Summary

In this tutorial we learn how to install kqoauth-qt5 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install kqoauth-qt5 on Fedora 36” linkTitle: “kqoauth-qt5” type: “docs” description: “In this tutorial we learn how to install kqoauth-qt5 in Fedora 36. kqoauth-qt5 is Qt OAuth support library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/kqoauth-qt5-featured.png

Introduction

In this tutorial we learn how to install kqoauth-qt5 on Fedora 36.

What is kqoauth-qt5

kQOAuth is a OAuth 1.0 library written for Qt in C++. The goals for the library have been to provide easy integration to existing Qt5 applications utilizing Qt5 signals describing the OAuth process, and to provide a convenient approach to OAuth authentication. kQOAuth has support for retrieving the user authorization from the service provider’s website. kQOAuth will open the user’s web browser to the authorization page, give a local URL as the callback URL and setup a HTTP server on this address to listen for the reply from the service and then process it.

We can use yum or dnf to install kqoauth-qt5 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install kqoauth-qt5.

Install kqoauth-qt5 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install kqoauth-qt5

Install kqoauth-qt5 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install kqoauth-qt5

How To Uninstall kqoauth-qt5 on Fedora 36

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

sudo dnf remove kqoauth-qt5

kqoauth-qt5 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/1ec7d21a3d04f1f6c84faf2b245ed3d65cf691
/usr/lib64/libkqoauth.so.0
/usr/lib64/libkqoauth.so.0.97
/usr/lib64/libkqoauth.so.0.97.0
/usr/share/doc/kqoauth-qt5
/usr/share/doc/kqoauth-qt5/CHANGELOG
/usr/share/doc/kqoauth-qt5/README
/usr/share/licenses/kqoauth-qt5
/usr/share/licenses/kqoauth-qt5/COPYING

References

Summary

In this tutorial we learn how to install kqoauth-qt5 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).