Xorg-x11-apps Oracle Linux 8 Download Verified Guide
If your goal is simply to verify that a GUI application can be forwarded from a remote Oracle Linux server to your local machine (e.g., for an Oracle Database installation), you may also need the xauth utility: sudo dnf install xorg-x11-xauth Use code with caution.
Because the package is located in a development-focused repository, you must first enable that repository before you can install it using dnf or yum . xorg-x11-apps oracle linux 8 download
Once enabled, you can download and install the applications: sudo dnf install xorg-x11-apps Use code with caution. If your goal is simply to verify that
Note: Oracle designates this repository for development purposes and suggests it may not be suitable for production environments. It is most commonly used by system administrators
Launching xterm from an SSH session serves the same purpose as xclock for verifying graphical connectivity. Missing xorg-X11-apps , xclock in OL8.2 - Oracle Forums
The xorg-x11-apps package is a collection of legacy graphical utilities for the X Window System. It is most commonly used by system administrators to test over SSH. The package includes well-known "sanity check" tools such as: xclock : A simple analog or digital clock. xeyes : A pair of eyes that follow the mouse cursor. xcalc : A scientific calculator. xload : A graphical system load monitor. How to Download and Install on Oracle Linux 8
After installation, connect to your server using ssh -X or ssh -Y and run xclock to verify the setup. If the clock appears on your local screen, X11 forwarding is working correctly.