Original Poster Posted January 20, 2012 Share Posted January 20, 2012 hi people how do i install GUI on the latest ubuntu server (dw people in not going crazy) I normally use command line but I want to install VMware with many different machines and would just be easy with GUI for that job... i tried to install it but kept saying couldnt find package... then I tried to gedit the source.list but apprenlty gedit didnt exists either :( works on backtrack 5 :( Link to comment https://www.neowin.net/forum/topic/1052891-ubuntu-server/ Share on other sites More sharing options...
cybertimber2008 Posted January 20, 2012 Share Posted January 20, 2012 Edit: See https://help.ubuntu....unity/ServerGUI For a similar set up (server w/ VMWare) at my university we had the bearbones of GUI, xorg. I'd recommend that if you need a gui but nothing fancy. But earlier I said "sudo apt-get install ubuntu-desktop". Link to comment https://www.neowin.net/forum/topic/1052891-ubuntu-server/#findComment-594597727 Share on other sites More sharing options...
Loke Posted January 22, 2012 Share Posted January 22, 2012 You provide very little information regarding your actual problem. Where do you get your error message? During the installation? If so, when? It sounds to me like you have a problem with your internet connection or that the mirror / repository list is broken. I recommend Arch Linux or FreeBSD, both will probably suit you since you apparently prefer CLI. Link to comment https://www.neowin.net/forum/topic/1052891-ubuntu-server/#findComment-594600027 Share on other sites More sharing options...
zoheb Posted February 9, 2012 Share Posted February 9, 2012 As far as i know there is no / never a GUI on server.(GUI is never meant to be on a server ) If you want to run VMs, you can use Proxmox or KVM Link to comment https://www.neowin.net/forum/topic/1052891-ubuntu-server/#findComment-594642402 Share on other sites More sharing options...
KomaWei Posted February 9, 2012 Share Posted February 9, 2012 As far as i know there is no / never a GUI on server.(GUI is never meant to be on a server ) If you want to run VMs, you can use Proxmox or KVM Windows Home Server has gui. Link to comment https://www.neowin.net/forum/topic/1052891-ubuntu-server/#findComment-594642412 Share on other sites More sharing options...
neoraptor Posted February 9, 2012 Share Posted February 9, 2012 There is no issue having gui on a server (just look at ms servers). The reason why linux/unix servers usually don't is because you weaken your security (more exploitable things). Just install any lightweight window manager like - http://lxde.org/ use vim/emacs from the console Link to comment https://www.neowin.net/forum/topic/1052891-ubuntu-server/#findComment-594642414 Share on other sites More sharing options...
zoheb Posted February 9, 2012 Share Posted February 9, 2012 Windows Home Server has gui. Are we talking about Windows servers or Linux server? . .. btw if anyone is concerned with security, . . .never use WIN Link to comment https://www.neowin.net/forum/topic/1052891-ubuntu-server/#findComment-594642540 Share on other sites More sharing options...
xxxxxx.xxxxxx Posted February 9, 2012 Share Posted February 9, 2012 gEdit wont open up your sources.list file because you dont have a GUI installed, gEdit is a Gnome Editor. use nano /etc/apt/sources.list for an easy to follow CLI editor. Also if your wanting a lightweight GUI dont install a desktop environment, install a window manager like Openbox or Fluxbox. Link to comment https://www.neowin.net/forum/topic/1052891-ubuntu-server/#findComment-594643166 Share on other sites More sharing options...
ichi Posted February 9, 2012 Share Posted February 9, 2012 As far as i know there is no / never a GUI on server.(GUI is never meant to be on a server ) If you want to run VMs, you can use Proxmox or KVM There are lots of Unix servers with GUI, although not running. It's installed as a dependency for some of the software running there, which most likely will never connect to the local X but to your remote exported X session. Now if by GUI you mean a full blown desktop environment then yes, there's absolutely no reason why you would need anything but plain X on a server, precisely because you can export you own X and run any application on your own window manager. It's not like you'll be ever sitting in front of your server with attached keyboard and monitor anyway. Link to comment https://www.neowin.net/forum/topic/1052891-ubuntu-server/#findComment-594643486 Share on other sites More sharing options...
zoheb Posted February 10, 2012 Share Posted February 10, 2012 Considering his main purpose to install VMs on Ubuntu server, I would suggest him to use KVM / proxmox as I suggested before.. . . Instead of GUI, He will have web interface. . . and finally more performance Link to comment https://www.neowin.net/forum/topic/1052891-ubuntu-server/#findComment-594644506 Share on other sites More sharing options...
+BudMan MVC Posted February 14, 2012 MVC Share Posted February 14, 2012 "VMware with many different machines and would just be easy with GUI for that job..." Says who?? What flavor of vmware are you wanting to use? Server, Workstation, Player? ESXi ? "then I tried to gedit the source.list" If you don't have a gui -- wtf good would gedit be? Use pico/nano or vi -- which are shell type editors. Link to comment https://www.neowin.net/forum/topic/1052891-ubuntu-server/#findComment-594654444 Share on other sites More sharing options...
Farstrider Posted February 21, 2012 Share Posted February 21, 2012 First you need to make sure you have enabled Universe and multiverse repositories in /etc/apt/sources.list file once you have enable you need to use the following command to install GUI sudo apt-get update If you want to install a graphical desktop manager without some of the desktop addons like Evolution and OpenOffice, but continue to use the server flavor kernel use the following command sudo aptitude install --without-recommends ubuntu-desktop[/CODE] [/size][/font][/color] [color=#000000][font=Tahoma, Arial, Helvetica][size=3]If you want to install light weight desktop install xfce using the following command[/size][/font][/color] [color=#000000][font=Tahoma, Arial, Helvetica][size=3] [CODE]sudo apt-get install xubuntu-desktop[/CODE] [/size][/font][/color] Link to comment https://www.neowin.net/forum/topic/1052891-ubuntu-server/#findComment-594670378 Share on other sites More sharing options...
Recommended Posts