How To Install geoclue-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install geoclue-devel.x86_64 in Amazon Linux 2. geoclue-devel.x86_64 is Development package for geoclue

Introduction

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

What is geoclue-devel.x86_64

Files for development with geoclue.

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

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

sudo yum -y install geoclue-devel.x86_64

How To Uninstall geoclue-devel.x86_64 on Amazon Linux 2

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

sudo yum remove geoclue-devel.x86_64

geoclue-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/geoclue
/usr/include/geoclue/gc-iface-address.h
/usr/include/geoclue/gc-iface-geoclue.h
/usr/include/geoclue/gc-iface-geocode.h
/usr/include/geoclue/gc-iface-position.h
/usr/include/geoclue/gc-iface-reverse-geocode.h
/usr/include/geoclue/gc-iface-velocity.h
/usr/include/geoclue/gc-provider.h
/usr/include/geoclue/gc-web-service.h
/usr/include/geoclue/geoclue-accuracy.h
/usr/include/geoclue/geoclue-address-details.h
/usr/include/geoclue/geoclue-address.h
/usr/include/geoclue/geoclue-enum-types.h
/usr/include/geoclue/geoclue-error.h
/usr/include/geoclue/geoclue-geocode.h
/usr/include/geoclue/geoclue-master-client.h
/usr/include/geoclue/geoclue-master.h
/usr/include/geoclue/geoclue-position.h
/usr/include/geoclue/geoclue-provider.h
/usr/include/geoclue/geoclue-reverse-geocode.h
/usr/include/geoclue/geoclue-types.h
/usr/include/geoclue/geoclue-velocity.h
/usr/lib64/libgeoclue.so
/usr/lib64/pkgconfig/geoclue.pc

References

Summary

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