How To Install xcb-util-renderutil.i686 on Amazon Linux 2

In this tutorial we learn how to install xcb-util-renderutil.i686 in Amazon Linux 2. xcb-util-renderutil.i686 is Convenience functions for the Render extension

Introduction

In this tutorial we learn how to install xcb-util-renderutil.i686 on Amazon Linux 2.

What is xcb-util-renderutil.i686

XCB util-renderutil module provides the following library - renderutil

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

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

sudo yum -y install xcb-util-renderutil.i686

How To Uninstall xcb-util-renderutil.i686 on Amazon Linux 2

To uninstall only the xcb-util-renderutil.i686 package we can use the following command:

sudo yum remove xcb-util-renderutil.i686

xcb-util-renderutil.i686 Package Contents on Amazon Linux 2

/usr/lib/libxcb-render-util.so.0
/usr/lib/libxcb-render-util.so.0.0.0
/usr/share/doc/xcb-util-renderutil-0.3.9
/usr/share/doc/xcb-util-renderutil-0.3.9/COPYING
/usr/share/doc/xcb-util-renderutil-0.3.9/README

References

Summary

In this tutorial we learn how to install xcb-util-renderutil.i686 on Amazon Linux 2 using yum.