How to Install and Uninstall kqoauth-qt5.x86_64 Package on Fedora 34

Last updated: July 01,2024

1. Install "kqoauth-qt5.x86_64" package

In this section, we are going to explain the necessary steps to install kqoauth-qt5.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install kqoauth-qt5.x86_64

2. Uninstall "kqoauth-qt5.x86_64" package

This guide covers the steps necessary to uninstall kqoauth-qt5.x86_64 on Fedora 34:

$ sudo dnf remove kqoauth-qt5.x86_64 $ sudo dnf autoremove

3. Information about the kqoauth-qt5.x86_64 package on Fedora 34

Last metadata expiration check: 3:50:51 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : kqoauth-qt5
Version : 0.98
Release : 0.9.20140122git7c31a12.fc34
Architecture : x86_64
Size : 70 k
Source : kqoauth-qt5-0.98-0.9.20140122git7c31a12.fc34.src.rpm
Repository : fedora
Summary : Qt OAuth support library
URL : https://github.com/kypeli/kQOAuth
License : LGPLv2+
Description : 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.