How To Install qoauth-devel on Fedora 36

In this tutorial we learn how to install qoauth-devel in Fedora 36. qoauth-devel is Development files for the Qt OAuth support library

Introduction

In this tutorial we learn how to install qoauth-devel on Fedora 36.

What is qoauth-devel

The qoauth-devel package contains libraries, header files and documentations for developing applications that use QOAuth library.

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

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

sudo dnf -y install qoauth-devel

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

sudo yum -y install qoauth-devel

How To Uninstall qoauth-devel on Fedora 36

To uninstall only the qoauth-devel package we can use the following command:

sudo dnf remove qoauth-devel

qoauth-devel Package Contents on Fedora 36

/usr/include/QtOAuth
/usr/include/QtOAuth/QtOAuth
/usr/include/QtOAuth/interface.h
/usr/include/QtOAuth/qoauth_global.h
/usr/include/QtOAuth/qoauth_namespace.h
/usr/lib64/libqoauth.so
/usr/lib64/pkgconfig/qoauth.pc
/usr/lib64/qt4/mkspecs/features/oauth.prf

References

Summary

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


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

Introduction

In this tutorial we learn how to install qoauth-devel on Fedora 36.

What is qoauth-devel

The qoauth-devel package contains libraries, header files and documentations for developing applications that use QOAuth library.

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

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

sudo dnf -y install qoauth-devel

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

sudo yum -y install qoauth-devel

How To Uninstall qoauth-devel on Fedora 36

To uninstall only the qoauth-devel package we can use the following command:

sudo dnf remove qoauth-devel

qoauth-devel Package Contents on Fedora 36

/usr/include/QtOAuth
/usr/include/QtOAuth/QtOAuth
/usr/include/QtOAuth/interface.h
/usr/include/QtOAuth/qoauth_global.h
/usr/include/QtOAuth/qoauth_namespace.h
/usr/lib/libqoauth.so
/usr/lib/pkgconfig/qoauth.pc
/usr/lib/qt4/mkspecs/features/oauth.prf

References

Summary

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