How To Install libcanberra-gtk2.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libcanberra-gtk2.x86_64 in Amazon Linux 2. libcanberra-gtk2.x86_64 is Gtk+ 2.x Bindings for libcanberra
Introduction
In this tutorial we learn how to install libcanberra-gtk2.x86_64 on Amazon Linux 2.
What is libcanberra-gtk2.x86_64
Gtk+ 2.x bindings for libcanberra
We can use yum to install libcanberra-gtk2.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-gtk2.x86_64.
Install libcanberra-gtk2.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-gtk2.x86_64 using yum by running the following command:
sudo yum -y install libcanberra-gtk2.x86_64
How To Uninstall libcanberra-gtk2.x86_64 on Amazon Linux 2
To uninstall only the libcanberra-gtk2.x86_64 package we can use the following command:
sudo yum remove libcanberra-gtk2.x86_64
libcanberra-gtk2.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/gtk-2.0/modules/libcanberra-gtk-module.so
/usr/lib64/libcanberra-gtk.so.0
/usr/lib64/libcanberra-gtk.so.0.1.9
References
Summary
In this tutorial we learn how to install libcanberra-gtk2.x86_64 on Amazon Linux 2 using yum.