How To Install bluez-libs-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install bluez-libs-devel.x86_64 in Amazon Linux 2. bluez-libs-devel.x86_64 is Development libraries for Bluetooth applications

Introduction

In this tutorial we learn how to install bluez-libs-devel.x86_64 on Amazon Linux 2.

What is bluez-libs-devel.x86_64

bluez-libs-devel contains development libraries and headers for use in Bluetooth applications.

We can use yum to install bluez-libs-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 bluez-libs-devel.x86_64.

Install bluez-libs-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 bluez-libs-devel.x86_64 using yum by running the following command:

sudo yum -y install bluez-libs-devel.x86_64

How To Uninstall bluez-libs-devel.x86_64 on Amazon Linux 2

To uninstall only the bluez-libs-devel.x86_64 package we can use the following command:

sudo yum remove bluez-libs-devel.x86_64

bluez-libs-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/bluetooth
/usr/include/bluetooth/bluetooth.h
/usr/include/bluetooth/bnep.h
/usr/include/bluetooth/cmtp.h
/usr/include/bluetooth/hci.h
/usr/include/bluetooth/hci_lib.h
/usr/include/bluetooth/hidp.h
/usr/include/bluetooth/l2cap.h
/usr/include/bluetooth/rfcomm.h
/usr/include/bluetooth/sco.h
/usr/include/bluetooth/sdp.h
/usr/include/bluetooth/sdp_lib.h
/usr/lib64/libbluetooth.so
/usr/lib64/pkgconfig/bluez.pc

References

Summary

In this tutorial we learn how to install bluez-libs-devel.x86_64 on Amazon Linux 2 using yum.