Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package Control:There are no packages available for installation (with fix) #1413

Open
billsmithem opened this issue Feb 27, 2019 · 1 comment
Labels

Comments

@billsmithem
Copy link

I've seen this reported many times, but never seen the issue I had, so for future reference:

Followed instructions on debugging and traced the issue down to the files in "~/.config/sublime-text-3/Packages/User/Package Control.cache" belonging to root rather than my user. Sublime is set up to share configuration via dropbox, so it's possible I opened Package Control while running Sublime as root and that's how the ownership of the cache files got set that way.

Once found, the solution was to change file ownership.

@XenHat
Copy link

XenHat commented Jun 7, 2019

If you're in a hurry, you can use the following command:

sudo chown "$USER:$USER" "$HOME/.config/sublime-text-3/Packages" -R -v|grep -v retained

This will only show the files that has been changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants