I am trying to install package control in Sublime Text editor 3 on Ubuntu 14.04
. I follow simple instruction from https://sublime.wbond.net/installation.
But I get follow error:
Package Control: Error downloading channel. b'curl: (7) Failed to connect to sublime.wbond.net port 443: Network is unreachable' downloading https://sublime.wbond.net/channel.json.
error: Package Control
Steps for Installing Package Control (Sublime Text 3):Open the Command Palette: Press Ctrl+Shift+P (Windows) or Cmd+Shift+P (OS X). Type 'install' in the Command Palette input box, which should autocomplete to 'Install Package Control. ' Press Enter to select it. Sublime Text 3 will start installing Package Control.
Install the Package Control package Go to http://wbond.net/sublime_packages/package_control/installation & copy the long command there. Open the Sublime Text 2 console by pressing Ctrl+`. Paste the command you copied into the Sublime Text console. Press Enter.
Open the Sublime Text command palette by pressing CTRL+Shift+p (Windows, Linux) or CMD+Shift+p (macOS). All Package Control commands begin with “Package Control:”. Start by typing “Package”. Select “Package Control: Install Package”.
First open Package Control from Preferences > Package Control as before. Now click on Package Control: List Packages from the list as marked in the screenshot below. The packages installed on your Sublime Text editor should be listed as you can see from the screenshot below.
Go back to the installation page and follow the instructions in the Manual
section:
Preferences > Browse Packages…
menuInstalled Packages/
folderInstalled Packages/
directoryThis should install Package Control for you without any problems.
EDIT
Please read through this issue here, and follow wbond's instructions to install from git. First, completely quit Sublime, then remove all traces of Package Control - any folders in ~/.config/sublime-text-3/Packages
, any files in ~/.config/sublime-text-3/Installed Packages
, the folder ~/.config/sublime-text-3/Packages/User/Package Control.cache
, and any files in ~/.config/sublime-text-3/Packages/User
that start with Package Control.*
- Package Control.last-run
, Package Control.sublime-settings
, Package Control.system-ca-bundle
, and anything else you can find.
Next, assuming you have git
installed (run sudo apt-get install git
if you don't), switch to ~/.config/sublime-text-3/Packages
and run
git clone https://github.com/wbond/package_control.git "Package Control"
to clone the master repo (make sure you've completely quit Sublime before running this). Restart Sublime and see if everything installs properly. If not, follow the instructions for creating a debug log, restart Sublime to generate the log, open the Console by selecting View -> Show Console
, then copy the entire contents (it'll be a lot) into a new file. Open a new issue and describe exactly what the problem is, including all the details above and the fact that you just installed from the master branch, and paste in the contents of the debug log (make sure you put it in a code block by adding triple backticks ``` before and after). Will Bond (wbond) should get in touch with some suggestions.
Good luck!
Note for users of other operating systems: I'm not sure if this is a Linux-only problem or not, but in case it isn't, Mac users will find Packages
and Installed Packages
in ~/Library/Application Settings/Sublime Text 3
, while Windows users with standard (i.e., non-portable installs) will find them in your user directory under AppData\Roaming\Sublime Text 3
. For Windows portable installs, the directories should be in your install directory under Data
.
For the sublime text version 3126 onward Package Control is disabled by default. Just go to Preferences > Settings
and remove Package Control from the ignored_packages
setting.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With