Seagate to buy LaCie for $186 million in Back Page News

ubuntu server


11 replies to this topic - - - - -

#1 SPEhosting

    C++ n00b

  • 1,442 posts
  • Joined: 15-July 08
  • Location: my room
  • OS: windows 7, backtrack 5, OSx 10.6

Posted 20 January 2012 - 18:31

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 :(


#2 cybertimber2008

    Resident Elite

  • 1,379 posts
  • Joined: 02-December 08

Posted 20 January 2012 - 18:51

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".

#3 Loke

    Neowinian

  • 7 posts
  • Joined: 22-January 12

Posted 22 January 2012 - 02:04

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.

#4 zoheb

    Neowinian²

  • 217 posts
  • Joined: 02-January 10
  • Location: haLLuNicaTeD pAradISe

Posted 09 February 2012 - 13:03

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

#5 +KomaWeiß

    Neowinian³

  • 408 posts
  • Joined: 12-October 11
  • OS: Gentoo Linux / Windows 7 SP1/ Hackintosh
  • Phone: Nokia Lumia 800

Posted 09 February 2012 - 13:15

View Postzoheb, on 09 February 2012 - 13:03, said:

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.

#6 neoraptor

    Resident Fanatic

  • 602 posts
  • Joined: 29-November 08

Posted 09 February 2012 - 13:15

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

#7 zoheb

    Neowinian²

  • 217 posts
  • Joined: 02-January 10
  • Location: haLLuNicaTeD pAradISe

Posted 09 February 2012 - 14:21

View PostKomaWeiss, on 09 February 2012 - 13:15, said:

Windows Home Server has gui.

Are we talking about Windows servers or Linux server? . .. btw if anyone is concerned with security, . . .never use WIN

#8 sean.ferguson

    Resident Fanatic

  • 631 posts
  • Joined: 25-June 05
  • Location: Scotland
  • OS: GNU/Linux

Posted 09 February 2012 - 18:17

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.

#9 ichi

    Akihabara Style

  • 3,456 posts
  • Joined: 20-December 04

Posted 09 February 2012 - 20:29

View Postzoheb, on 09 February 2012 - 13:03, said:

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.

#10 zoheb

    Neowinian²

  • 217 posts
  • Joined: 02-January 10
  • Location: haLLuNicaTeD pAradISe

Posted 10 February 2012 - 05:20

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

#11 +BudMan

    Neowinian Super Star

  • 22,053 posts
  • Joined: 04-July 02
  • Location: Schaumburg, IL
  • OS: Win7, Vista, 2k3, 2k8, XP, Linux, FreeBSD, OSX, etc. etc.

Posted 14 February 2012 - 14:39

"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.

#12 Farstrider

    The Clash

  • 5,797 posts
  • Joined: 16-March 03
  • Location: Somerset West, Cape Town, SA
  • OS: Arch Linux

Posted 21 February 2012 - 11:06

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


If you want to install light weight desktop install xfce using the following command

sudo apt-get install xubuntu-desktop