2

We installed Ubuntu Desktop as our dev server, and now its sitting in a DMZ, so there is no porpuse for the whole grafic interface, since we only access it via SSH.

Is there any way to strip all the uneeded packaging of ubuntu Desktop and convertit to ubuntu server withought going and removing each thing by hand ?

Thanks.

Gabriel Solomon
  • 126
  • 3
  • 13

1 Answers1

2

apt-get autoremove ubuntu-desktop apt-get install ubuntu-server

should do it...

quadruplebucky
  • 5,139
  • 20
  • 23