Re-add old blog posts from Astro
This commit is contained in:
parent
076239fa25
commit
051e154c65
178 changed files with 13479 additions and 7 deletions
25
source/_posts/quickest-way-install-sublime-text-2-ubuntu.md
Normal file
25
source/_posts/quickest-way-install-sublime-text-2-ubuntu.md
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
title: The Quickest way to Install Sublime Text 2 in Ubuntu
|
||||
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!
|
||||
tags:
|
||||
- linux
|
||||
- sublime-text
|
||||
- ubuntu
|
||||
---
|
||||
|
||||
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!
|
||||
|
||||
Just paste the following lines into your Terminal:
|
||||
|
||||
```bash
|
||||
$ sudo add-apt-repository ppa:webupd8team/sublime-text-2
|
||||
$ sudo apt-get update
|
||||
$ sudo apt-get install sublime-text
|
||||
```
|
||||
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue