How to Install and Uninstall libXau.i686 Package on Oracle Linux 9

Last updated: July 01,2024

1. Install "libXau.i686" package

In this section, we are going to explain the necessary steps to install libXau.i686 on Oracle Linux 9

$ sudo dnf update $ sudo dnf install libXau.i686

2. Uninstall "libXau.i686" package

This tutorial shows how to uninstall libXau.i686 on Oracle Linux 9:

$ sudo dnf remove libXau.i686 $ sudo dnf autoremove

3. Information about the libXau.i686 package on Oracle Linux 9

Last metadata expiration check: 1:38:18 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : libXau
Version : 1.0.9
Release : 8.el9
Architecture : i686
Size : 36 k
Source : libXau-1.0.9-8.el9.src.rpm
Repository : ol9_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".