How to Install and Uninstall liboauth.i686 Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "liboauth.i686" package

Learn how to install liboauth.i686 on Amazon Linux 2

$ sudo yum makecache $ sudo yum install liboauth.i686

2. Uninstall "liboauth.i686" package

This tutorial shows how to uninstall liboauth.i686 on Amazon Linux 2:

$ sudo yum remove liboauth.i686 $ sudo yum autoremove

3. Information about the liboauth.i686 package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : liboauth
Arch : i686
Version : 0.9.7
Release : 4.amzn2.0.2
Size : 24 k
Repo : amzn2-core/2/x86_64
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.