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

Last updated: October 09,2024

1. Install "kqoauth-qt5.i686" package

Here is a brief guide to show you how to install kqoauth-qt5.i686 on Fedora 39

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

2. Uninstall "kqoauth-qt5.i686" package

Please follow the steps below to uninstall kqoauth-qt5.i686 on Fedora 39:

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

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

Last metadata expiration check: 1:47:38 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : kqoauth-qt5
Version : 0.98
Release : 0.15.20140122git7c31a12.fc39
Architecture : i686
Size : 74 k
Source : kqoauth-qt5-0.98-0.15.20140122git7c31a12.fc39.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.