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 |