Skip to main content

how to install sublime Package Control

 

 how to install sublime Package Control video -

 

 

  In this post i am going to tech you steps to install sublime package control and python 

 if u didnt installed sublime in linux than vist here for steps - https://goo.gl/0ltbcp

 

Install Package Control

To begin taking advantage of the various packages for extending Sublime’s functionality, you need to install the package manager called Package Control – which you must install manually. Once installed, you can use Package Control to install/remove/upgrade all other ST3 packages.
  1. To install, copy the Python code for Sublime Text 3 found here     https://packagecontrol.io/installation#st3 . now open sublime Click View > Show Console to open the ST3 console. Paste the code into the console. Press enter. Reboot ST3.

  2. You can now install packages by using the keyboard shortcut ctrl+shift+P. Start typing install until Package Control: Install Package appears. Press enter and search for available packages here u have to type python  automatically python 3 will appear just click on that install it.

  3.  Some other relevant commands are:
    • List Packages shows all your installed packages
    • Remove Packages removes a specific package
    • Upgrade Package upgrades a specific package
    • Upgrade/Overwrite All Packages upgrades all your installed packages

    Check out the official documentation to view more commands.