How to Install and Uninstall libXau.x86_64 Package on CentOS 7 / RHEL 7

Last updated: April 20,2024

1. Install "libXau.x86_64" package

Please follow the step by step instructions below to install libXau.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install libXau.x86_64

2. Uninstall "libXau.x86_64" package

In this section, we are going to explain the necessary steps to uninstall libXau.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove libXau.x86_64 $ sudo yum autoremove

3. Information about the libXau.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : libXau
Arch : x86_64
Version : 1.0.8
Release : 2.1.el7
Size : 54 k
Repo : installed
From repo : base
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".