Friday, August 5, 2016

How to install Sublime Text on Lubuntu 16.04


Sublime text is the most popular IDE (Integrated Development Environment) for web developer, and if you just fresh install lubuntu 16.04 you might want to get sublime on your lubuntu, in this article i will show you how to install sublime on lubuntu 16.04.

Alright let's get down to the business, here's how to install sublime text on lubuntu 16.04 xenial xerus, this tutorial can also be applied on older version of lubuntu/ubuntu.

How to install sublime text on lubuntu 16.04
  • open terminal/console/command line and then add PPA repo for sublime
sudo add-apt-repository ppa:webupd8team/sublime-text-3
  • update local repo list by running apt-get update command
sudo apt-get update
  • now install the sublime itself
sudo apt-get install sublime-text-installer
  • done, you can find sublime text from lubuntu start menu > Programming > Sublime Text 

As a web developer, i use sublime text at work, and also at my home computer i also have sublime for my personal project at home.

Sublime is actually not a free software, you need to pay the license, but even if you don't purchase any license you still can use it, it's just every few times there will be pop up for registration.

You can enhanced sublime text by adding plugins that will makes your work easier, there are tons of plugins that you can use on sublime text.




~ happy coding ~

No comments:

Post a Comment