This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_posts/2013-03-02-quickest-way-install-sublime-text-2-ubuntu.md

18 lines
789 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
2015-03-17 04:04:02 +00:00
nav: blog
use:
- posts
2015-03-16 21:18:03 +00:00
slug: quickest-way-install-sublime-text-2-ubuntu
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:
$ 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.