How To Install babl.i686 on Amazon Linux 2

In this tutorial we learn how to install babl.i686 in Amazon Linux 2. babl.i686 is A dynamic, any to any, pixel format conversion library

Introduction

In this tutorial we learn how to install babl.i686 on Amazon Linux 2.

What is babl.i686

Babl is a dynamic, any to any, pixel format conversion library. It provides conversions between the myriad of buffer types images can be stored in. Babl doesn’t only help with existing pixel formats, but also facilitates creation of new and uncommon ones.

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

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

sudo yum -y install babl.i686

How To Uninstall babl.i686 on Amazon Linux 2

To uninstall only the babl.i686 package we can use the following command:

sudo yum remove babl.i686

babl.i686 Package Contents on Amazon Linux 2

/usr/lib/babl-0.1
/usr/lib/babl-0.1/CIE.so
/usr/lib/babl-0.1/cairo.so
/usr/lib/babl-0.1/fast-float.so
/usr/lib/babl-0.1/float.so
/usr/lib/babl-0.1/gegl-fixups.so
/usr/lib/babl-0.1/gggl-lies.so
/usr/lib/babl-0.1/gggl.so
/usr/lib/babl-0.1/gimp-8bit.so
/usr/lib/babl-0.1/naive-CMYK.so
/usr/lib/babl-0.1/sse-fixups.so
/usr/lib/libbabl-0.1.so.0
/usr/lib/libbabl-0.1.so.0.109.1
/usr/share/doc/babl-0.1.10
/usr/share/doc/babl-0.1.10/AUTHORS
/usr/share/doc/babl-0.1.10/COPYING
/usr/share/doc/babl-0.1.10/ChangeLog
/usr/share/doc/babl-0.1.10/NEWS
/usr/share/doc/babl-0.1.10/README

References

Summary

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