LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-08-2008, 07:46 PM   #1
ELECTRONICSFREAK
LQ Newbie
 
Registered: Jul 2008
Posts: 27

Rep: Reputation: 15
Gnome on Ubuntu Server Edition


I have just installed Ubuntu server edition and am trying to figure out how to load Gnome desktop. I have done research and from what I have seen, it comes with desktop edition but not server. That is if I am reading right. I tried following a few pages on installing it, but I do not think im reading right.

Basically I want to load into Gnome desktop but can not figure out how. It seems everything installed right as I can login at the command prompt looking screen, but not sure how to load Gnome. How do I go about doing this?

Thanks
 
Old 10-08-2008, 07:59 PM   #2
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
It's pretty pointless running a server and giving it a gui. You're introducing unnecessary overheads. To answer your question, If you want the desktop with OpenOffice, Evolution, bluetooth support, etc. Do:
Code:
sudo apt-get install ubuntu-desktop
If you just want the basic desktop do:
Code:
sudo apt-get gnome-core
 
Old 10-08-2008, 08:22 PM   #3
ELECTRONICSFREAK
LQ Newbie
 
Registered: Jul 2008
Posts: 27

Original Poster
Rep: Reputation: 15
I am doing this for a learning experience.

I typed what you said and got "couldn't find package ubuntu-desktop
 
Old 10-08-2008, 08:34 PM   #4
AuroraCA
Member
 
Registered: Jul 2008
Location: Northern CA USA
Distribution: Ubuntu, Slackware, Gentoo, Fedora, Red Hat, Puppy Linux
Posts: 370

Rep: Reputation: 35
https://help.ubuntu.com/community/ServerFaq
 
Old 10-08-2008, 10:04 PM   #5
ELECTRONICSFREAK
LQ Newbie
 
Registered: Jul 2008
Posts: 27

Original Poster
Rep: Reputation: 15
Everyone of them brings up same thing, package not found. Am I doing something wrong?
 
Old 10-08-2008, 10:32 PM   #6
AuroraCA
Member
 
Registered: Jul 2008
Location: Northern CA USA
Distribution: Ubuntu, Slackware, Gentoo, Fedora, Red Hat, Puppy Linux
Posts: 370

Rep: Reputation: 35
Check your spelling. I just installed Ubuntu Server and then installed ubuntu-desktop over it this afternoon and all worked fine based upon my prior link.
 
Old 10-08-2008, 10:50 PM   #7
ELECTRONICSFREAK
LQ Newbie
 
Registered: Jul 2008
Posts: 27

Original Poster
Rep: Reputation: 15
It looks like the right spelling to me. Here is a photo I just took of it.

http://i100.photobucket.com/albums/m...ubuntuhelp.jpg
 
Old 10-08-2008, 11:16 PM   #8
AuroraCA
Member
 
Registered: Jul 2008
Location: Northern CA USA
Distribution: Ubuntu, Slackware, Gentoo, Fedora, Red Hat, Puppy Linux
Posts: 370

Rep: Reputation: 35
Your commands are correct. Do you have the network connection plugged in? Try entering:

Code:
sudo apt-get update
and see if the repositories are polled.
 
Old 10-08-2008, 11:27 PM   #9
ELECTRONICSFREAK
LQ Newbie
 
Registered: Jul 2008
Posts: 27

Original Poster
Rep: Reputation: 15
I did that and it appeared to have downloaded updates for a few things. Gave a huge list of stuff lol. Anyway tried commands after that, same thing. So I restarted and tried again. Same thing. Also forgive me if this sounds stupid as im new to linux, but what do you mean by "see if the repositories are polled."?
 
Old 10-08-2008, 11:44 PM   #10
AuroraCA
Member
 
Registered: Jul 2008
Location: Northern CA USA
Distribution: Ubuntu, Slackware, Gentoo, Fedora, Red Hat, Puppy Linux
Posts: 370

Rep: Reputation: 35
Linux programs are distributed for various distributions in repositories. These repositories for Ubuntu are stored on various Ubuntu servers. There is a list of these repositories which Ubuntu polls or looks at and compares to your existing Ubuntu installation. If newer versions of the software installed on your system exist the "apt-get update" process will download the newer programs. Next if you run:

Code:
sudo apt-get upgrade
The downloaded newer software will be installed on your system upgrading your computer to the latest versions in the repositories.

If you were able to download the updates then you must have working Internet access.

Next try running:

Code:
sudo aptitude install ubuntu-desktop
aptitude is another application installer which is more sophisticated than apt-get

Last edited by AuroraCA; 10-08-2008 at 11:53 PM.
 
Old 10-08-2008, 11:57 PM   #11
ELECTRONICSFREAK
LQ Newbie
 
Registered: Jul 2008
Posts: 27

Original Poster
Rep: Reputation: 15
Ok, I ran those and it updated. That part ran flawlessly. I tried again the normal commands on the page you gave me, they still did not work. So then I tried the more advanced command you mentioned. It appears to be working as its unpacking a lot of stuff and the time keeps changing from 30minutes to an hour and half lol. Anyway when it gets done, ill post back on the results.

Thank you very much for your help so far. I am extremely grateful.
 
Old 10-09-2008, 12:05 AM   #12
AuroraCA
Member
 
Registered: Jul 2008
Location: Northern CA USA
Distribution: Ubuntu, Slackware, Gentoo, Fedora, Red Hat, Puppy Linux
Posts: 370

Rep: Reputation: 35
Be patient here. The download and installation of the ubuntu-desktop can take a long time to complete. There is a lot of stuff to download.

You will need to reboot your machine after all of the commands have been run to boot the desktop.

After you get your desktop up and running you should watch the top menu bar for either down arrows or a gear which indicates that there are important security updates to install or that there are just important updates to install. Click on the arrow or the gear and it will tell you what to do next.

Good luck with your new adventure in Linux. It all really does make a lot of sense and is a powerful and easy to use operating system.
 
Old 10-09-2008, 01:03 AM   #13
ELECTRONICSFREAK
LQ Newbie
 
Registered: Jul 2008
Posts: 27

Original Poster
Rep: Reputation: 15
Ok, everything installed and I am on Gnome desktop now.

Thank you very much!! Is there anyway on here to give thanks to you? I know some forums you can give them stars and things.
 
Old 10-09-2008, 01:36 AM   #14
AuroraCA
Member
 
Registered: Jul 2008
Location: Northern CA USA
Distribution: Ubuntu, Slackware, Gentoo, Fedora, Red Hat, Puppy Linux
Posts: 370

Rep: Reputation: 35
Great. Glad you are up and running.
 
Old 11-28-2008, 04:57 AM   #15
Kerbitoy
LQ Newbie
 
Registered: Nov 2008
Posts: 1

Rep: Reputation: 0
is it still a server after making it a gnome desktop?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Setup DNS server on Ubuntu 7.04 Server edition using Bind 9 breezey Linux - Server 2 09-16-2007 03:36 AM
Ubuntu 7.04 server edition, web server kamu8recon Linux - Server 12 05-18-2007 04:27 AM
upgrade from ubuntu 6.06 to 6.10 Server Edition FunkyChicken Linux - Distributions 3 03-08-2007 02:08 AM
LXer: Review: Ubuntu Server Edition (6.06) LXer Syndicated Linux News 0 09-07-2006 06:54 PM
Ubuntu Server Edition Geminias Linux - Newbie 3 08-29-2006 06:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration