I am also using sublime text 3 text editor as a code editor. As per official site says about this

“Sublime Text is a sophisticated text editor for code, markup and prose.
You’ll love the slick user interface, extraordinary features and amazing performance.”

I am also love this code editor. so why i am sharing article How to install sublime text 3 on windows or ubuntu.
Sublime text 3 features :-

  • 1. Command Palette
  • 2. Distraction Free Mode
  • 3. Instant Project Switch
  • 4. Plugin API
  • 5. Cross Platform

and many more you can find details sublimetext.com

How to install sublime text 3 on windows

Below are steps you should follow to install sublime text 3 on windows.

  • 1. Download sublime text 3 setup file form
  • 2. Run the setup.exe and follow installation instruction.
  • 3. After successfully install open sublime text form programs menu.

How to install sublime text 3 on ubuntu

To install sublime text 3 on ubuntu just run simple commands given below via terminal.

sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer

Install package controls

After successfully installed you need to install package controls to make your sublime text 3 real world friendly. This step needed for both windows or ubuntu to install package control. there is a good tutorial about install package control follow https://packagecontrol.io/installation

After install package control you can install many packages related to error hint, themes etc. so Now you have a really loved one code or text editor to your work. Now you done with how to install sublime text 3 on windows or ubuntu.