9

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?

Jos
  • 596
  • try to unistall the current sublime text and install the new version again, there is a big chance to solve the problem – moein rahimi Feb 12 '16 at 06:36

3 Answers3

7

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
4

I assume you have sublime package so this worked for me

sudo apt-get install --only-upgrade sublime-text
0
sudo apt-get purge sublime-text-installer

run this before installing new package..!

muru
  • 197,895
  • 55
  • 485
  • 740