How To Install libX11 on Fedora 36
Introduction
In this tutorial we learn how to install libX11 on Fedora 36.
What is libX11
Core X11 protocol client library.
We can use yum or dnf to install libX11 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libX11.
Install libX11 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 using dnf by running the following command:
sudo dnf -y install libX11
Install libX11 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 using yum by running the following command:
sudo yum -y install libX11
How To Uninstall libX11 on Fedora 36
To uninstall only the libX11 package we can use the following command:
sudo dnf remove libX11
libX11 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/7116bbc557b4fba80c925a069b27e519bb3e95
/usr/lib/libX11.so.6
/usr/lib/libX11.so.6.4.0
References
Summary
In this tutorial we learn how to install libX11 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libX11 on Fedora 36” linkTitle: “libX11” type: “docs” description: “In this tutorial we learn how to install libX11 in Fedora 36. libX11 is Core X11 protocol client library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libX11-featured.png
Introduction
In this tutorial we learn how to install libX11 on Fedora 36.
What is libX11
Core X11 protocol client library.
We can use yum or dnf to install libX11 on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libX11.
Install libX11 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 using dnf by running the following command:
sudo dnf -y install libX11
Install libX11 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 using yum by running the following command:
sudo yum -y install libX11
How To Uninstall libX11 on Fedora 36
To uninstall only the libX11 package we can use the following command:
sudo dnf remove libX11
libX11 Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a9
/usr/lib/.build-id/a9/bd68356913e8e0137049a50402a366cca043d1
/usr/lib64/libX11.so.6
/usr/lib64/libX11.so.6.4.0
References
Summary
In this tutorial we learn how to install libX11 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).