开发者

convert ubuntu 10.04 desktop edition to ubuntu 10.04 server [closed]

开发者 https://www.devze.com 2023-02-05 01:31 出处:网络
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

Closed 10 years ago.

Improve this question

can anyone please tell me how to upgrade the d开发者_如何学Pythonesktop edition into server edition of ubuntu?


You could try the following in Terminal.

sudo apt-get update
sudo apt-get install linux-headers-server linux-image-server linux-server


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


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 =)

0

精彩评论

暂无评论...
验证码 换一张
取 消