How to uninstall/remove Package Control from Sublime Text 3?

100,166

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.

Solution 3

Sublime Text 3

Run Sublime Text.


Select PreferencesPackage Control.

Or

Use ctrl+shift+p shortcut for (Win, Linux) or cmd+shift+p for (OS X).


Select Remove Package. Package Control: Remove Package


Start typing name of the package you want to remove and select it from the list of installed packages.


Wait for the uninstallation to complete.

Solution 4

0 down vote

Simple steps for remove any package from Sublime as phpfmt, Xdebug etc..

1- Go to Sublime menu-> Preference or press Ctrl+Shift+P . 2- Choose -> Remove package option, after you choosing it will display all packge installed in your sublime, select one of them. 3. After selection it will remove, or for better you can restart your system.

Share:
100,166

Related videos on Youtube

Persei
Author by

Persei

Updated on September 18, 2022

Comments

  • Persei
    Persei almost 2 years

    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?

  • Persei
    Persei over 9 years
    Thanks! This should work (I already succeeded to remove it). I don't know why I didn't think of looking at the manual installation section. However there is also a section called Purging Old Versions in the docs of Package Control. I'm not surprised I didn't find it earlier with this name :D This section states that the Package Control folder in the Packages folder also needs to be deleted. I asked this question because I suspected such generated content. Please include it in your answer.
  • fonso
    fonso over 9 years
    Updated, thanks @BartaTamás for the suggestion. Funny, I don't have that second folder. Just some cache and settings files in Packages/User, I guess the former only got created in old versions.
  • Persei
    Persei over 9 years
    I did two Package Control uninstallation, one at my workplace, one at home. At home I had the folder, here I didn't. But might be worth to mention here.
  • Eric Bishard
    Eric Bishard over 9 years
    this answer is out of date, 404 error on the sublime text site to the link you posted
  • fonso
    fonso over 9 years
    Updated answer to fix dead link to new url. Thanks @EricB.
  • zagrimsan
    zagrimsan almost 7 years
    Copy-pasting voting status in the beginning of an answer makes me just wonder from where you copied this. That aside (copying is perfectly ok if the content is relevant and good, although adding a link to the original would be nice), how does this answer differ from the one provided by Kaloyan Stamatov more than a year ago?
  • Shiplu Mokaddim
    Shiplu Mokaddim over 4 years
    This will not work if Package manage is not up due to some other packages' problem
  • Admin
    Admin about 2 years
    I don't know what the hell "0 down vote means" but this answer deserves down votes. It doesn't answer the question. This removes packages, the question is how to remove "Package Control" - very different things.