Upgrading Sublime text 3

I want to upgrade Sublime Tex 3, downloaded the deb, but I get the following error:

Breaks existing package 'sublime-text-installer' conflict: sublime-text ()

How do I upgrade Sublime correctly?


Solution 1:

Happened to me too. A quick search on the internet revealed that you can solve this by removing the deb package information using the following command in the terminal.

sudo dpkg -r sublime-text-installer

Solution 2:

I assume you have sublime package so this worked for me

sudo apt-get install --only-upgrade sublime-text