Thursday, March 14, 2024

ERROR: Unable to verify the graphical display setup. This application requires X display. Make sure that xdpyinfo exist under PATH variable.

 


RPM required to enable X11 display on Linux
---------------------------------------------


yum install  xorg-x11-server-Xorg xorg-x11-xauth xorg-x11-apps -y

No comments:

Post a Comment

Git & GitHub Interview Questions & Answers

  Git & GitHub Interview Questions & Answers 🧑‍💻🌐   1️⃣ What is Git?   A: Git is a distributed version control system to track ...