How can I safely remove Ubuntu Studio and return to “vanilla” Ubuntu?
• Ubuntu studio is a series of packages and can be removed from the command line using apt-get using three lines of code: • 1) sudo apt-get install ubuntu-desktop • 2) sudo apt-get purge ubuntustudio-desktop in Ubuntu 10.10 (Maverick Meerkat), you may also need to run: sudo apt-get purge ubuntustudio-default-settings plymouth-theme-ubuntustudio • 3) sudo apt-get –purge autoremove • This will replace the Ubuntu Studio desktop with the “vanilla” Ubuntu desktop, and then remove the Ubuntu Studio desktop packages.