Saturday, July 11, 2015

How to install Sublime text editor using apt-get on Linux using PPA

Sublime Text is one of the most popular editors and my favorite for writing computer Programs in various languages . Now if you are windows user , its not pretty difficult to download and install this editor simply click here and download the required version and install.

Also this link can help you download the Linux binaries but  guess what you are not the unzip candidate who wants to keep binaries in a directory and add that to you unix / linux PATH . You are the apt-get guy .

So what to do then , simply follow these steps

So what to do then , simply follow these steps

### add sublime ppa to repository ###


sudo add-apt-repository ppa:webupd8team/sublime-text-2

Repository maintained by  webupd8 team.

### update ###

sudo apt-get update

### install ###

sudo apt-get install sublime-text

### check installed version ###

anmol@anmol-Studio-1555:~/sw$ sublime-text -v
Sublime Text 2 Build 2221

Enjoy 

No comments:

Post a Comment