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

In this tutorial we learn how to install dbus-glib-devel.x86_64 in Amazon Linux 2. dbus-glib-devel.x86_64 is Libraries and headers for the D-Bus GLib bindings

Introduction

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

What is dbus-glib-devel.x86_64

Headers and static libraries for the D-Bus GLib bindings

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

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

sudo yum -y install dbus-glib-devel.x86_64

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

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

sudo yum remove dbus-glib-devel.x86_64

dbus-glib-devel.x86_64 Package Contents on Amazon Linux 2

/etc/bash_completion.d/dbus-bash-completion.sh
/usr/include/dbus-1.0/dbus/dbus-glib-bindings.h
/usr/include/dbus-1.0/dbus/dbus-glib-lowlevel.h
/usr/include/dbus-1.0/dbus/dbus-glib.h
/usr/include/dbus-1.0/dbus/dbus-gtype-specialized.h
/usr/include/dbus-1.0/dbus/dbus-gvalue-parse-variant.h
/usr/lib64/libdbus-glib-1.so
/usr/lib64/pkgconfig/dbus-glib-1.pc
/usr/libexec/dbus-bash-completion-helper
/usr/share/gtk-doc/html/dbus-glib
/usr/share/gtk-doc/html/dbus-glib/ch01.html
/usr/share/gtk-doc/html/dbus-glib/ch02.html
/usr/share/gtk-doc/html/dbus-glib/ch03.html
/usr/share/gtk-doc/html/dbus-glib/dbus-binding-tool.html
/usr/share/gtk-doc/html/dbus-glib/dbus-glib-dbus-glib-lowlevel.html
/usr/share/gtk-doc/html/dbus-glib/dbus-glib-dbus-gtype-specialized.html
/usr/share/gtk-doc/html/dbus-glib/dbus-glib.devhelp2
/usr/share/gtk-doc/html/dbus-glib/home.png
/usr/share/gtk-doc/html/dbus-glib/index.html
/usr/share/gtk-doc/html/dbus-glib/index.sgml
/usr/share/gtk-doc/html/dbus-glib/left.png
/usr/share/gtk-doc/html/dbus-glib/right.png
/usr/share/gtk-doc/html/dbus-glib/style.css
/usr/share/gtk-doc/html/dbus-glib/up.png
/usr/share/man/man1/dbus-binding-tool.1.gz

References

Summary

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