How To Install compat-glade315.x86_64 on Amazon Linux 2

In this tutorial we learn how to install compat-glade315.x86_64 in Amazon Linux 2. compat-glade315.x86_64 is Compat package with glade 3.15 libraries

Introduction

In this tutorial we learn how to install compat-glade315.x86_64 on Amazon Linux 2.

What is compat-glade315.x86_64

Compatibility package with glade 3.15 librarires.

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

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

sudo yum -y install compat-glade315.x86_64

How To Uninstall compat-glade315.x86_64 on Amazon Linux 2

To uninstall only the compat-glade315.x86_64 package we can use the following command:

sudo yum remove compat-glade315.x86_64

compat-glade315.x86_64 Package Contents on Amazon Linux 2

/usr/lib64/libgladeui-2.so.4
/usr/lib64/libgladeui-2.so.4.1.0
/usr/share/licenses/compat-glade315-3.15.0
/usr/share/licenses/compat-glade315-3.15.0/COPYING
/usr/share/licenses/compat-glade315-3.15.0/COPYING.GPL
/usr/share/licenses/compat-glade315-3.15.0/COPYING.LGPL

References

Summary

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