DEV Community

Cover image for Install Sublime Text on Ubuntu
Adam K Dean
Adam K Dean

Posted on

1

Install Sublime Text on Ubuntu

This relates to installing Sublime Text on Ubuntu 14.04 LTS.

For Sublime Text 2, run the following commands:

$ sudo add-apt-repository ppa:webupd8team/sublime-text-2
$ sudo apt-get update
$ sudo apt-get install sublime-text
Enter fullscreen mode Exit fullscreen mode

For Sublime Text 3, run the following commands:

$ sudo add-apt-repository ppa:webupd8team/sublime-text-3
$ sudo apt-get update
$ sudo apt-get install sublime-text
Enter fullscreen mode Exit fullscreen mode

Notice that it's just a case of changing sublime-text-2 to sublime-text-3.

Don't forget to Install Emmet (Zen Coding) and LESS highlighting too!

đź‘‹ While you are here

Reinvent your career. Join DEV.

It takes one minute and is worth it for your career.

Get started

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

đź‘‹ Kindness is contagious

Immerse yourself in a wealth of knowledge with this piece, supported by the inclusive DEV Community—every developer, no matter where they are in their journey, is invited to contribute to our collective wisdom.

A simple “thank you” goes a long way—express your gratitude below in the comments!

Gathering insights enriches our journey on DEV and fortifies our community ties. Did you find this article valuable? Taking a moment to thank the author can have a significant impact.

Okay