can anyone please tell me how to upgrade the desktop edition into server edition of ubuntu?

link|improve this question

43% accept rate
5  
Not a programming question, so off topic here. Try asking on ubuntu.stackexchange.com – Oded Jan 15 '11 at 14:44
feedback

3 Answers

up vote 8 down vote accepted

You could try the following in Terminal.

sudo apt-get update
sudo apt-get install linux-headers-server linux-image-server linux-server
link|improve this answer
thank you so much VSU. really you rocks. – selvakumar Jan 17 '11 at 14:59
When I was running 32-bit Ubuntu, I used to this configuration so that Ubuntu would be able to use all the 4 GB RAM that I had installed. Otherwise, the desktop edition would have recognized only up to 3 GB. – VSU Jan 18 '11 at 3:51
This does not remove Gnome/Unity, GUI/GDM... etc! I followed many guides/hot-tos, and still could not get rid of the GDM! Ended up downloading Server and reinstalling! – Ian Vaughan Aug 28 '11 at 18:06
IAN: You probably must purge gnome-desktop and gtk. A better solution as you say is installing Server as that is cleaner. There probably is no magic command that will remove all GUI apps and associated files. I was using server kernel initially but moved to 64-bit Ubuntu as in the former Update Manager was updating a whole lot of kernels. – VSU Aug 30 '11 at 6:12
feedback

The packages that you want to install is the LAMP package. You could then remove the Gnome desktop package if you want.

http://www.howtoforge.com/ubuntu_lamp_for_newbies

then run

sudo apt-get remove gnome-desktop
link|improve this answer
feedback

OK - this is a bit of an old thread, but I found a (hopefully) nicer way of getting rid of GUI programs.

From the command line, use sudo aptitude.

Inside aptitude you can select Gnome or KDE files, audio, video etc - use the _ character to mark them to be purged, then hit g to update the packages. Hopefully most of the rubbish should be removed using this method. Worked for me =)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.