How To Install xcb-util-renderutil on CentOS 8

xcb-util-renderutil is Convenience functions for the Render extension Convenience functions for the Render extension

Introduction

In this tutorial we learn how to install xcb-util-renderutil on CentOS 8.

What is xcb-util-renderutil

XCB util-renderutil module provides the following library - renderutil xcb-util-renderutil 0.3.9 10.el8 x86_64 19 k xcb-util-renderutil-0.3.9-10.el8.src.rpm appstream Convenience functions for the Render extension http MIT XCB util-renderutil module provides the following library - renderutil

We can use yum or dnf to install xcb-util-renderutil on CentOS 8. In this tutorial we discuss both methods but you only need to choose one of method to install xcb-util-renderutil.

Install xcb-util-renderutil on CentOS 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install xcb-util-renderutil using dnf by running the following command:

sudo dnf -y install xcb-util-renderutil

Install xcb-util-renderutil on CentOS 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

CentOS Linux 8 - AppStream                                       43 kB/s | 4.3 kB     00:00    
CentOS Linux 8 - BaseOS                                          65 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - ContinuousRelease                               43 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - Extras                                          23 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - FastTrack                                       40 kB/s | 3.0 kB     00:00    
CentOS Linux 8 - HighAvailability                                36 kB/s | 3.9 kB     00:00    
CentOS Linux 8 - Plus                                            24 kB/s | 1.5 kB     00:00    
CentOS Linux 8 - PowerTools                                      50 kB/s | 4.3 kB     00:00    
Extra Packages for Enterprise Linux Modular 8 - x86_64           13 kB/s | 9.2 kB     00:00    
Extra Packages for Enterprise Linux 8 - x86_64                   24 kB/s | 8.5 kB     00:00    
Metadata cache created.

After updating yum database, We can install xcb-util-renderutil using yum by running the following command:

sudo yum -y install xcb-util-renderutil

How To Uninstall xcb-util-renderutil on CentOS 8

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

sudo dnf remove xcb-util-renderutil

xcb-util-renderutil Package Contents on CentOS 8

/usr/lib/.build-id
/usr/lib/.build-id/42
/usr/lib/.build-id/42/5beb1622af7e5643d093d5ee0f8b6b460fbc16
/usr/lib64/libxcb-render-util.so.0
/usr/lib64/libxcb-render-util.so.0.0.0
/usr/share/doc/xcb-util-renderutil
/usr/share/doc/xcb-util-renderutil/README
/usr/share/licenses/xcb-util-renderutil
/usr/share/licenses/xcb-util-renderutil/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/b9
/usr/lib/.build-id/b9/f74573e02f3e8fbca38641e2b58c1636ec8462
/usr/lib/libxcb-render-util.so.0
/usr/lib/libxcb-render-util.so.0.0.0
/usr/share/doc/xcb-util-renderutil
/usr/share/doc/xcb-util-renderutil/README
/usr/share/licenses/xcb-util-renderutil
/usr/share/licenses/xcb-util-renderutil/COPYING

References

Summary

In this tutorial we learn how to install xcb-util-renderutil on CentOS 8 using yum and dnf.