Minimum install to be able to be a X-Client

From Andreida
Revision as of 18:14, 12 August 2024 by Andreas (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Not sure but I guess that X11-Apps is the easiest way to make your Linux installation able to start a program with a GUI.

apt-get install x11-apps

You can then just try it with

xclock &

If you are using ssh in a virtual machine and a getting errors, consider to export DISPLAY like shown here.