How To Install liboauth-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install liboauth-devel.x86_64 in Amazon Linux 2. liboauth-devel.x86_64 is Development files for liboauth
Introduction
In this tutorial we learn how to install liboauth-devel.x86_64 on Amazon Linux 2.
What is liboauth-devel.x86_64
The liboauth-devel package contains libraries and header files for developing applications that use liboauth.
We can use yum to install liboauth-devel.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install liboauth-devel.x86_64.
Install liboauth-devel.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install liboauth-devel.x86_64 using yum by running the following command:
sudo yum -y install liboauth-devel.x86_64
How To Uninstall liboauth-devel.x86_64 on Amazon Linux 2
To uninstall only the liboauth-devel.x86_64 package we can use the following command:
sudo yum remove liboauth-devel.x86_64
liboauth-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/oauth.h
/usr/lib64/liboauth.so
/usr/lib64/pkgconfig/oauth.pc
/usr/share/doc/liboauth-devel-0.9.7
/usr/share/doc/liboauth-devel-0.9.7/ChangeLog
/usr/share/man/man3/oauth.3.gz
References
Summary
In this tutorial we learn how to install liboauth-devel.x86_64 on Amazon Linux 2 using yum.