This forum is no longer active. Please post your questions to our new community site

Forums LAMPStack

How to open gui or desktop on ubuntu?

Subscribe to How to open gui or desktop on ubuntu? 2 post(s), 2 voice(s)

 
Avatar mertnuhoglu 1 post

I installed bitnami lampstack for vmware. When I run it, the vmware starts in ubuntu shell. How can I open the gui desktop of ubuntu from there?

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

The Virtual Appliances do not have the graphical desktop installed because it is not necessary to run the web application. You can install the Desktop using the follwing commands:

$ sudo apt-get update
$ sudo apt-get install ubuntu-desktop

I hope it helps.

Forums LAMPStack