Skip to content

Instantly share code, notes, and snippets.

@arvi
Created September 27, 2016 03:23
Show Gist options
  • Save arvi/9e4824d8f192a4e35da5dc7af2b2d1a0 to your computer and use it in GitHub Desktop.
Save arvi/9e4824d8f192a4e35da5dc7af2b2d1a0 to your computer and use it in GitHub Desktop.
How to install/update Sublime Text (Elementary OS Freya / Ubuntu)
  1. Remove existing sublime text editor
  • sudo apt-get remove sublime-text-installer

Download the package and drag the file to the terminal

  • sudo dpkg -i '/home/usernamehere/Downloads/sublime-text_build-3126_amd64.deb'

OR Direct

wget https://download.sublimetext.com/sublime-text_build-3126_amd64.deb
sublime-text_build-3126_amd64.deb
wget https://download.sublimetext.com/sublime-text_build-3126_i386.deb
sudo dpkg -i sublime-text_build-3126_i386.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment