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/quickest-way-install-sublime-text-2-ubuntu.md
Oliver Davies 85a10c545b Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
2020-03-08 17:57:45 +00:00

875 B

title date excerpt tags
The Quickest way to Install Sublime Text 2 in Ubuntu 2013-03-02 After reading numerous blog posts about how to install Sublime Text 2 in Ubuntu, this is definitely the quickest way!
linux
sublime-text
ubuntu

After reading numerous blog posts about how to install Sublime Text 2 in 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.