How To Install libappstream-glib-builder-devel.x86_64 on Amazon Linux 2

In this tutorial we learn how to install libappstream-glib-builder-devel.x86_64 in Amazon Linux 2. libappstream-glib-builder-devel.x86_64 is GLib Libraries and headers for appstream-builder

Introduction

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

What is libappstream-glib-builder-devel.x86_64

GLib headers and libraries for appstream-builder.

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

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

sudo yum -y install libappstream-glib-builder-devel.x86_64

How To Uninstall libappstream-glib-builder-devel.x86_64 on Amazon Linux 2

To uninstall only the libappstream-glib-builder-devel.x86_64 package we can use the following command:

sudo yum remove libappstream-glib-builder-devel.x86_64

libappstream-glib-builder-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/libappstream-builder
/usr/include/libappstream-builder/appstream-builder.h
/usr/include/libappstream-builder/asb-app.h
/usr/lib64/libappstream-builder.so
/usr/lib64/pkgconfig/appstream-builder.pc
/usr/share/gir-1.0/AppStreamBuilder-1.0.gir
/usr/share/licenses/libappstream-glib-builder-devel-0.7.8
/usr/share/licenses/libappstream-glib-builder-devel-0.7.8/COPYING

References

Summary

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