How To Install libXext on Fedora 36
Introduction
In this tutorial we learn how to install libXext
on Fedora 36.
What is libXext
X.Org X11 libXext runtime library
We can use yum
or dnf
to install libXext
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXext.
Install libXext 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 libXext
using dnf
by running the following command:
sudo dnf -y install libXext
Install libXext 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 libXext
using yum
by running the following command:
sudo yum -y install libXext
How To Uninstall libXext on Fedora 36
To uninstall only the libXext
package we can use the following command:
sudo dnf remove libXext
libXext Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/68e550aedccbe15c3c8e2984bda9322fb7ece1
/usr/lib/libXext.so.6
/usr/lib/libXext.so.6.4.0
/usr/share/doc/libXext
/usr/share/doc/libXext/AUTHORS
/usr/share/doc/libXext/COPYING
References
Summary
In this tutorial we learn how to install libXext
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libXext on Fedora 36” linkTitle: “libXext” type: “docs” description: “In this tutorial we learn how to install libXext in Fedora 36. libXext is X.Org X11 libXext runtime library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libXext-featured.png
Introduction
In this tutorial we learn how to install libXext
on Fedora 36.
What is libXext
X.Org X11 libXext runtime library
We can use yum
or dnf
to install libXext
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXext.
Install libXext 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 libXext
using dnf
by running the following command:
sudo dnf -y install libXext
Install libXext 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 libXext
using yum
by running the following command:
sudo yum -y install libXext
How To Uninstall libXext on Fedora 36
To uninstall only the libXext
package we can use the following command:
sudo dnf remove libXext
libXext Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/06
/usr/lib/.build-id/06/1404f96f17a6c16d97462b0f1a1f8b3e5a8d7d
/usr/lib64/libXext.so.6
/usr/lib64/libXext.so.6.4.0
/usr/share/doc/libXext
/usr/share/doc/libXext/AUTHORS
/usr/share/doc/libXext/COPYING
References
Summary
In this tutorial we learn how to install libXext
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).