How to Install and Uninstall liboauth.i686 Package on Fedora 35

Last updated: October 07,2024

1. Install "liboauth.i686" package

This guide let you learn how to install liboauth.i686 on Fedora 35

$ sudo dnf update $ sudo dnf install liboauth.i686

2. Uninstall "liboauth.i686" package

This guide covers the steps necessary to uninstall liboauth.i686 on Fedora 35:

$ sudo dnf remove liboauth.i686 $ sudo dnf autoremove

3. Information about the liboauth.i686 package on Fedora 35

Last metadata expiration check: 3:07:24 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : liboauth
Version : 1.0.3
Release : 17.fc35
Architecture : i686
Size : 29 k
Source : liboauth-1.0.3-17.fc35.src.rpm
Repository : fedora
Summary : OAuth library functions
URL : http://liboauth.sourceforge.net/
License : MIT
Description : liboauth is a collection of POSIX-c functions implementing the OAuth
: Core RFC 5849 standard. liboauth provides functions to escape and
: encode parameters according to OAuth specification and offers
: high-level functionality to sign requests or verify OAuth signatures
: as well as perform HTTP requests.