How To Install openobex-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install openobex-devel.x86_64 in Amazon Linux 2. openobex-devel.x86_64 is Files for development of applications which will use OBEX
Introduction
In this tutorial we learn how to install openobex-devel.x86_64 on Amazon Linux 2.
What is openobex-devel.x86_64
Header files for development of applications which use OpenOBEX.
We can use yum to install openobex-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 openobex-devel.x86_64.
Install openobex-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 openobex-devel.x86_64 using yum by running the following command:
sudo yum -y install openobex-devel.x86_64
How To Uninstall openobex-devel.x86_64 on Amazon Linux 2
To uninstall only the openobex-devel.x86_64 package we can use the following command:
sudo yum remove openobex-devel.x86_64
openobex-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/openobex
/usr/include/openobex/obex.h
/usr/include/openobex/obex_const.h
/usr/lib64/libopenobex.so
/usr/lib64/pkgconfig/openobex.pc
References
Summary
In this tutorial we learn how to install openobex-devel.x86_64 on Amazon Linux 2 using yum.