Skip to content

Instantly share code, notes, and snippets.

@suryapratap1
Created July 22, 2018 10:39
Show Gist options
  • Save suryapratap1/27c934332c8a0b6209f0ecbfb85d2662 to your computer and use it in GitHub Desktop.
Save suryapratap1/27c934332c8a0b6209f0ecbfb85d2662 to your computer and use it in GitHub Desktop.
Uninstall qt creator
sudo apt-get remove qtcreator //This will remove just the qtcreator package itself.
sudo apt-get remove --auto-remove qtcreator //Uninstall qtcreator and its dependencies
sudo apt-get purge qtcreator //If you also want to delete your local/config files for qtcreator then this will work.
sudo apt-get purge --auto-remove qtcreator //Or similarly, like this qtcreator
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment