oliverdavies.uk/source/_posts/quickest-way-install-sublime-text-2-ubuntu.md

28 lines
875 B
Markdown
Raw Normal View History

2015-03-16 21:18:03 +00:00
---
title: The Quickest way to Install Sublime Text 2 in Ubuntu
2020-03-08 14:32:13 +00:00
date: 2013-03-02
excerpt:
After reading numerous blog posts about how to install Sublime Text 2 in
Ubuntu, this is definitely the quickest way!
2015-03-16 21:18:03 +00:00
tags:
2015-06-14 02:27:41 +00:00
- linux
- sublime-text
- ubuntu
2015-03-16 21:18:03 +00:00
---
After reading numerous blog posts about how to install
[Sublime Text 2](http://www.sublimetext.com/2 'Sublime Text 2') in
[Ubuntu](http://www.ubuntu.com/2 'Ubuntu'), this is definitely the quickest way!
2015-06-18 07:58:56 +00:00
2018-02-27 21:36:41 +00:00
Just paste the following lines into your Terminal:
2015-03-16 21:18:03 +00:00
2017-03-16 08:09:52 +00:00
```language-bash
$ sudo add-apt-repository ppa:webupd8team/sublime-text-2
$ sudo apt-get update
$ sudo apt-get install sublime-text
```
2015-03-16 21:18:03 +00:00
After running this, Sublime Text 2 has been installed within the
_/usr/lib/sublime-text-2_ directory and can be launched from the Dashboard, or
by typing `subl`, `sublime-text` or `sublime-text-2` into a Terminal window.