How to Install and Uninstall liboauth.i686 Package on CentOS 8 / RHEL 8

Last updated: July 01,2024

1. Install "liboauth.i686" package

This tutorial shows how to install liboauth.i686 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install liboauth.i686

2. Uninstall "liboauth.i686" package

Please follow the guidance below to uninstall liboauth.i686 on CentOS 8 / RHEL 8:

$ sudo dnf remove liboauth.i686 $ sudo dnf autoremove

3. Information about the liboauth.i686 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 5:42:17 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : liboauth
Version : 1.0.3
Release : 9.el8
Architecture : i686
Size : 31 k
Source : liboauth-1.0.3-9.el8.src.rpm
Repository : 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.