How to Install and Uninstall kqoauth-qt5.i686 Package on Fedora 36

Last updated: October 06,2024

1. Install "kqoauth-qt5.i686" package

This guide covers the steps necessary to install kqoauth-qt5.i686 on Fedora 36

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

2. Uninstall "kqoauth-qt5.i686" package

In this section, we are going to explain the necessary steps to uninstall kqoauth-qt5.i686 on Fedora 36:

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

3. Information about the kqoauth-qt5.i686 package on Fedora 36

Last metadata expiration check: 0:42:33 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : kqoauth-qt5
Version : 0.98
Release : 0.12.20140122git7c31a12.fc36
Architecture : i686
Size : 73 k
Source : kqoauth-qt5-0.98-0.12.20140122git7c31a12.fc36.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.