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

In this tutorial we learn how to install libcanberra-devel.x86_64 in Amazon Linux 2. libcanberra-devel.x86_64 is Development Files for libcanberra Client Development

Introduction

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

What is libcanberra-devel.x86_64

Development Files for libcanberra Client Development

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

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

sudo yum -y install libcanberra-devel.x86_64

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

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

sudo yum remove libcanberra-devel.x86_64

libcanberra-devel.x86_64 Package Contents on Amazon Linux 2

/usr/include/canberra-gtk.h
/usr/include/canberra.h
/usr/lib64/libcanberra-gtk.so
/usr/lib64/libcanberra-gtk3.so
/usr/lib64/libcanberra.so
/usr/lib64/pkgconfig/libcanberra-gtk.pc
/usr/lib64/pkgconfig/libcanberra-gtk3.pc
/usr/lib64/pkgconfig/libcanberra.pc
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/libcanberra
/usr/share/gtk-doc/html/libcanberra/ch01.html
/usr/share/gtk-doc/html/libcanberra/home.png
/usr/share/gtk-doc/html/libcanberra/index.html
/usr/share/gtk-doc/html/libcanberra/index.sgml
/usr/share/gtk-doc/html/libcanberra/left.png
/usr/share/gtk-doc/html/libcanberra/libcanberra-canberra-gtk.html
/usr/share/gtk-doc/html/libcanberra/libcanberra-canberra.html
/usr/share/gtk-doc/html/libcanberra/libcanberra.devhelp2
/usr/share/gtk-doc/html/libcanberra/right.png
/usr/share/gtk-doc/html/libcanberra/style.css
/usr/share/gtk-doc/html/libcanberra/up.png
/usr/share/vala
/usr/share/vala/vapi
/usr/share/vala/vapi/libcanberra-gtk.vapi
/usr/share/vala/vapi/libcanberra.vapi

References

Summary

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