How To Install libXau on Fedora 36
Introduction
In this tutorial we learn how to install libXau
on Fedora 36.
What is libXau
This is a very simple mechanism for providing individual access to an X Window System display.It uses existing core protocol and library hooks for specifying authorization data in the connection setup block to restrict use of the display to only those clients that show that they know a server-specific key called a “magic cookie”.
We can use yum
or dnf
to install libXau
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXau.
Install libXau 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 libXau
using dnf
by running the following command:
sudo dnf -y install libXau
Install libXau 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 libXau
using yum
by running the following command:
sudo yum -y install libXau
How To Uninstall libXau on Fedora 36
To uninstall only the libXau
package we can use the following command:
sudo dnf remove libXau
libXau Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/d9
/usr/lib/.build-id/d9/2b2b85e746ad82f3f90186dc5abb1dad1637e6
/usr/lib/libXau.so.6
/usr/lib/libXau.so.6.0.0
/usr/share/doc/libXau
/usr/share/doc/libXau/AUTHORS
/usr/share/doc/libXau/COPYING
/usr/share/doc/libXau/ChangeLog
/usr/share/doc/libXau/README
References
Summary
In this tutorial we learn how to install libXau
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libXau on Fedora 36” linkTitle: “libXau” type: “docs” description: “In this tutorial we learn how to install libXau in Fedora 36. libXau is Sample Authorization Protocol for X” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libXau-featured.png
Introduction
In this tutorial we learn how to install libXau
on Fedora 36.
What is libXau
This is a very simple mechanism for providing individual access to an X Window System display.It uses existing core protocol and library hooks for specifying authorization data in the connection setup block to restrict use of the display to only those clients that show that they know a server-specific key called a “magic cookie”.
We can use yum
or dnf
to install libXau
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libXau.
Install libXau 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 libXau
using dnf
by running the following command:
sudo dnf -y install libXau
Install libXau 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 libXau
using yum
by running the following command:
sudo yum -y install libXau
How To Uninstall libXau on Fedora 36
To uninstall only the libXau
package we can use the following command:
sudo dnf remove libXau
libXau Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/04
/usr/lib/.build-id/04/84a3aa6eef4713aedcdc43879f532bb3cd2a83
/usr/lib64/libXau.so.6
/usr/lib64/libXau.so.6.0.0
/usr/share/doc/libXau
/usr/share/doc/libXau/AUTHORS
/usr/share/doc/libXau/COPYING
/usr/share/doc/libXau/ChangeLog
/usr/share/doc/libXau/README
References
Summary
In this tutorial we learn how to install libXau
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).