How to Install and Uninstall libXau.x86_64 Package on CentOS Stream 8

Last updated: October 05,2024

1. Install "libXau.x86_64" package

Here is a brief guide to show you how to install libXau.x86_64 on CentOS Stream 8

$ sudo dnf update $ sudo dnf install libXau.x86_64

2. Uninstall "libXau.x86_64" package

This guide let you learn how to uninstall libXau.x86_64 on CentOS Stream 8:

$ sudo dnf remove libXau.x86_64 $ sudo dnf autoremove

3. Information about the libXau.x86_64 package on CentOS Stream 8

Last metadata expiration check: 4:10:39 ago on Sun Feb 25 03:03:59 2024.
Installed Packages
Name : libXau
Version : 1.0.9
Release : 3.el8
Architecture : x86_64
Size : 60 k
Source : libXau-1.0.9-3.el8.src.rpm
Repository : @System
From repo : appstream
Summary : Sample Authorization Protocol for X
URL : http://www.x.org
License : MIT
Description : 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".