How To Install libX11-xcb on Fedora 36

In this tutorial we learn how to install libX11-xcb in Fedora 36. libX11-xcb is XCB interop for libX11

Introduction

In this tutorial we learn how to install libX11-xcb on Fedora 36.

What is libX11-xcb

libX11/libxcb interoperability library

We can use yum or dnf to install libX11-xcb on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libX11-xcb.

Install libX11-xcb on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libX11-xcb

Install libX11-xcb on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libX11-xcb

How To Uninstall libX11-xcb on Fedora 36

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

sudo dnf remove libX11-xcb

libX11-xcb Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/75
/usr/lib/.build-id/75/d6a43ea567e594282aa11517a8b416c5f1ba0f
/usr/lib/libX11-xcb.so.1
/usr/lib/libX11-xcb.so.1.0.0

References

Summary

In this tutorial we learn how to install libX11-xcb on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).


title: “How To Install libX11-xcb on Fedora 36” linkTitle: “libX11-xcb” type: “docs” description: “In this tutorial we learn how to install libX11-xcb in Fedora 36. libX11-xcb is XCB interop for libX11” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libX11-xcb-featured.png

Introduction

In this tutorial we learn how to install libX11-xcb on Fedora 36.

What is libX11-xcb

libX11/libxcb interoperability library

We can use yum or dnf to install libX11-xcb on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libX11-xcb.

Install libX11-xcb on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libX11-xcb

Install libX11-xcb on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install libX11-xcb

How To Uninstall libX11-xcb on Fedora 36

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

sudo dnf remove libX11-xcb

libX11-xcb Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/7722f04c94b190d576f123d2e078c4be4247da
/usr/lib64/libX11-xcb.so.1
/usr/lib64/libX11-xcb.so.1.0.0

References

Summary

In this tutorial we learn how to install libX11-xcb on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).