text editor – Useful Mix http://usefulmix.com Something useful every once in a while... Thu, 11 Oct 2018 07:47:17 +0000 en-US hourly 1 https://wordpress.org/?v=4.9.10 Install Sublime Text 3 on Ubuntu Linux http://usefulmix.com/install-sublime-text-3-on-ubuntu-linux/ http://usefulmix.com/install-sublime-text-3-on-ubuntu-linux/#respond Tue, 11 Mar 2014 13:36:52 +0000 http://usefulmix.com/?p=262 Continue reading "Install Sublime Text 3 on Ubuntu Linux"]]> In order to install Sublime Text 3 on Ubuntu, we first need to add a repository to our sources.

Before we add the required repository to our sources, we need to make sure to have the add-apt-repository package available. If you don’t start with step1, otherwise proceed to step2.

Step 1: install the add-apt-repository packages providing the command:

for Ubuntu version <= 12.04

sudo apt-get install python-software-properties

for Ubuntu version >= 12.10

sudo apt-get install software-properties-common

Step2:

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

First the repository is added, then a update to find the new packages is made and finally you’re installing sublime text 3.

]]>
http://usefulmix.com/install-sublime-text-3-on-ubuntu-linux/feed/ 0