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

Last updated: July 05,2024

1. Install "kqoauth-qt5.i686" package

Please follow the instructions below to install kqoauth-qt5.i686 on Fedora 34

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

2. Uninstall "kqoauth-qt5.i686" package

Here is a brief guide to show you how to uninstall kqoauth-qt5.i686 on Fedora 34:

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

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

Last metadata expiration check: 5:28:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : kqoauth-qt5
Version : 0.98
Release : 0.9.20140122git7c31a12.fc34
Architecture : i686
Size : 74 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.