Sublime Forum

Uninstall Dependences

#1

I have uninstalled the GitGutter package which automatically installs the following dependencies for me.
markupsafe, mdpopups, pygments, python-jinja2, python-markdown.

Now I see that the dependencies are still there. how can i remove them.

Thanks in advance.

Jose.

0 Likes

#2

Dependencies should get removed when the package that uses them is removed. Possibly there are other packages that you’re using that depend on the same dependencies as GitGutter does (those dependencies in particular are used in a lot of popular packages).

Technically speaking you could remove them from the Packages folder manually, but if other packages are using them that could cause issues (which Package Control should eventually resolve).

If you want to check first, the OverrideAudit package (disclaimer: I am the author) has a command named OverrideAudit: Package Report that lists all installed packages and dependencies; hovering the mouse on a dependency in the report shows you a hover popup that tells you what packages are using that dependency:

0 Likes