How to Install and Uninstall liboauth.x86_64 Package on Fedora 36

Last updated: May 19,2024

1. Install "liboauth.x86_64" package

In this section, we are going to explain the necessary steps to install liboauth.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install liboauth.x86_64

2. Uninstall "liboauth.x86_64" package

Please follow the guidelines below to uninstall liboauth.x86_64 on Fedora 36:

$ sudo dnf remove liboauth.x86_64 $ sudo dnf autoremove

3. Information about the liboauth.x86_64 package on Fedora 36

Last metadata expiration check: 1:45:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : liboauth
Version : 1.0.3
Release : 18.fc36
Architecture : x86_64
Size : 27 k
Source : liboauth-1.0.3-18.fc36.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.