How To Install libcanberra-gtk3.i686 on Amazon Linux 2

In this tutorial we learn how to install libcanberra-gtk3.i686 in Amazon Linux 2. libcanberra-gtk3.i686 is Gtk+ 3.x Bindings for libcanberra

Introduction

In this tutorial we learn how to install libcanberra-gtk3.i686 on Amazon Linux 2.

What is libcanberra-gtk3.i686

Gtk+ 3.x bindings for libcanberra

We can use yum to install libcanberra-gtk3.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libcanberra-gtk3.i686.

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

sudo yum -y install libcanberra-gtk3.i686

How To Uninstall libcanberra-gtk3.i686 on Amazon Linux 2

To uninstall only the libcanberra-gtk3.i686 package we can use the following command:

sudo yum remove libcanberra-gtk3.i686

libcanberra-gtk3.i686 Package Contents on Amazon Linux 2

/usr/bin/canberra-gtk-play
/usr/lib/gnome-settings-daemon-3.0
/usr/lib/gnome-settings-daemon-3.0/gtk-modules
/usr/lib/gnome-settings-daemon-3.0/gtk-modules/canberra-gtk-module.desktop
/usr/lib/gtk-3.0/modules/libcanberra-gtk-module.so
/usr/lib/gtk-3.0/modules/libcanberra-gtk3-module.so
/usr/lib/libcanberra-gtk3.so.0
/usr/lib/libcanberra-gtk3.so.0.1.9
/usr/share/gdm
/usr/share/gdm/autostart
/usr/share/gdm/autostart/LoginWindow
/usr/share/gdm/autostart/LoginWindow/libcanberra-ready-sound.desktop
/usr/share/gnome/autostart/libcanberra-login-sound.desktop
/usr/share/gnome/shutdown/libcanberra-logout-sound.sh

References

Summary

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