A Technology Blog About Code Development, Architecture, Operating System, Hardware, Tips and Tutorials for Developers.

Sunday, November 11, 2012

Install sublime in ubuntu

1:29:00 PM Posted by Satish , , No comments
The easy way to install the sublime editor is use the following commands
This command will add the sublime source to Ubuntu apt repository so that you can install as well as you can get the updates in the Ubuntu update Manager.

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

sudo apt-get update;

Now You can give the command for installation

sudo apt-get install sublime-text

 

0 comments:

Post a Comment