Ubuntu – How to uninstall sublime text3 completely

package-managementsublime-text

I installed sublime text3 and 'package manager' also.

In this process, there was an unknown error and the process just stopped.

So I just shut down by force and ran again to complete install.

but in 3seconds, sublime text stopped again and I repeated uninstall – install process.

I think the problem occur when installed package manager ..

so I want to CLEAN UP whole thing about sublime text3 completely and try again.
( I'm new to ubuntu.. so I don't understand why same result is remain after uninstall – reinstall process )

Right now, there is no way to solve no matter how I repeat the process.

please help me!

Best Answer

uninstall sublime-text-3 using purge or --purge remove option it will uninstall completely.

if you install sublime-text-installer from this link then uninstall using

sudo apt-get purge sublime-text-installer

or if you downloaded from here then uninstall using command

sudo dpkg -P sublime-text

then remove dependencies if any using command

sudo apt-get autoremove 

then install again if you are getting any problem with your installation method then use this method

sudo add-apt-repository ppa:webupd8team/sublime-text-3
sudo apt-get update
sudo apt-get install sublime-text-installer

i have tested this on Ubuntu 14.04 .its working for me .