Minimum install to be able to be a X-Client
From Andreida
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.