Blog

/

os


1 min read
2014.01.19

Ubuntu desktop in Ubuntu Server

by Nahuel Scotti

Pre-requisites:

  • Ubuntu Server installed
$ sudo apt-get update
$ sudo apt-get install ubuntu-desktop // full version

 // or without all the stuff...
$ sudo apt-get install --no-install-recommends ubuntu-desktop
  • #desktop
  • #server
  • #ubuntu