I am trying to install a Rhythmbox Plugin (File Organizer https://launchpad.net/rb-fileorganizer) on my VPS Ubuntu installation. On the desktop, I would be required to open the folder then double click Install.
On the server, I downloaded the plugin got to the directory but I have no way or 'double clicking' of running the installation file via the terminal.
I have attached an image of what I see.
apt-get isntall build-essential
- that might fail on your VPS and if so, you will have to install them as needed.apt-get install make
– Panther Jan 27 '12 at 22:46