tags:

views:

160

answers:

1

I have a Linux server (Ubuntu OS) to which I have access via SSH and wish to install avisynth on it. I know Windows applications can be installed with the help of Wine, but the problem is how I manage to install the application (avisynth) thru SSH, that is, without a graphical interface? Can Wine be somehow configured to manage such a case? What should I do to install avisynth via SSH? (I am not interested in other applications.)

+2  A: 

With SSH, you can do X11 forwarding. It is easy with PuTTY. You'll need an X server on your station, such as Xming.

PW