Skip to content

Instantly share code, notes, and snippets.

@sandheepg
Created March 8, 2017 05:47
Show Gist options
  • Save sandheepg/673d4bfcbec60064810a6518e314004b to your computer and use it in GitHub Desktop.
Save sandheepg/673d4bfcbec60064810a6518e314004b to your computer and use it in GitHub Desktop.
Unable to run package setup for sublime text

I've encountered the following error after installing Sublimetext2 from source on my ubuntu machine. The error says

unable to run package setup with list of packages

in a dialog box when sublime text is opened.

The issue is because of missing permissions and to resolve the issue, run the below command.

sudo chown -R user-name /home/user-name/.config/sublime-text-2/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment