How to uninstall/remove Package Control from Sublime Text 3?
Searching for uninstall package control
on Google, only results showing how to install packages with Package Control, or remove them, but not removing Package Control
itself.
How can I remove Package Control
from Sublime-Text-3?
Solution 1:
Removing ~/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package
should do it.
(Thus just reversing the 'Manual installation' described in https://packagecontrol.io/installation)
UPDATE: More complete instructions can be found at the official docs (thanks @BartaTamás): https://packagecontrol.io/docs/troubleshooting#Purging_Old_Versions
Solution 2:
Press Ctrl+Shift+P (or Shift+⌘+P on a Mac) type 'Remove' All the packages that can be removed will be shown in the list below. Select one and this is it.