-2

Need GUI to run qemu on Ubuntu server: I need to run QEMU for ARM on a Ubuntu srever. THis QEmu is not supporting a text mode, so I need to install GUI software on Ubuntu server 13.04. Please suggest any that I can do a sudo apt-get install and get started quickly.

ramesh
  • 3
  • 3

2 Answers2

2

Are you connecting to the server over ssh? You could just use X forwarding to your local machine.

See the very good first answer here.

Then you can just start the software and interact with the GUI on a computer that already has the desktop environment installed.

Community
  • 1
  • 1
mateor
  • 1,293
  • 1
  • 16
  • 19
0

You can do the following

sudo apt-get install ubuntu-desktop

For more info, look to this link

Harry
  • 63
  • 1
  • 10