Created
June 29, 2016 02:51
-
-
Save phamngsinh/c62252e77e9a1f245afb4c2af6c2e188 to your computer and use it in GitHub Desktop.
Install and Remove Kubuntu Desktop
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
| sudo apt-get install ubuntu-desktop | |
| sudo apt-get --purge remove kubuntu-desktop | |
| sudo apt-get autoremove |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment