How To Install libbluedevil-devel.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libbluedevil-devel.x86_64 in Amazon Linux 2. libbluedevil-devel.x86_64 is Development files for libbluedevil
Introduction
In this tutorial we learn how to install libbluedevil-devel.x86_64 on Amazon Linux 2.
What is libbluedevil-devel.x86_64
Development files for libbluedevil.
We can use yum to install libbluedevil-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 libbluedevil-devel.x86_64.
Install libbluedevil-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 libbluedevil-devel.x86_64 using yum by running the following command:
sudo yum -y install libbluedevil-devel.x86_64
How To Uninstall libbluedevil-devel.x86_64 on Amazon Linux 2
To uninstall only the libbluedevil-devel.x86_64 package we can use the following command:
sudo yum remove libbluedevil-devel.x86_64
libbluedevil-devel.x86_64 Package Contents on Amazon Linux 2
/usr/include/bluedevil
/usr/include/bluedevil/bluedevil.h
/usr/include/bluedevil/bluedevil_export.h
/usr/include/bluedevil/bluedeviladapter.h
/usr/include/bluedevil/bluedevildevice.h
/usr/include/bluedevil/bluedevilmanager.h
/usr/include/bluedevil/bluedevilutils.h
/usr/lib64/libbluedevil.so
/usr/lib64/pkgconfig/bluedevil.pc
/usr/share/doc/libbluedevil-devel-2.1
/usr/share/doc/libbluedevil-devel-2.1/HACKING
References
Summary
In this tutorial we learn how to install libbluedevil-devel.x86_64 on Amazon Linux 2 using yum.