How to Install and Uninstall liboauth.src Package on Oracle Linux 8

Last updated: October 07,2024

1. Install "liboauth.src" package

Here is a brief guide to show you how to install liboauth.src on Oracle Linux 8

$ sudo dnf update $ sudo dnf install liboauth.src

2. Uninstall "liboauth.src" package

This guide let you learn how to uninstall liboauth.src on Oracle Linux 8:

$ sudo dnf remove liboauth.src $ sudo dnf autoremove

3. Information about the liboauth.src package on Oracle Linux 8

Last metadata expiration check: 3:56:10 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : liboauth
Version : 1.0.3
Release : 9.el8
Architecture : src
Size : 505 k
Source : None
Repository : ol8_appstream
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.