Created
November 15, 2012 19:36
-
-
Save asimzeeshan/4080722 to your computer and use it in GitHub Desktop.
Install Ubuntu Desktop OS on Ubuntu Server deployment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # apt-get update && apt-get upgrade | |
| aptitude update && aptitude full-upgrade | |
| apt-get install ubuntu-desktop | |
| apt-cache depends ubuntu-desktop | awk -F ":" '{print $2}' | sed '/^$/d' | xargs sudo apt-get install --reinstall --install-recommends --yes | |
| dpkg -l ubuntu-desktop | |
| startx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment