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