How can I fix the sublime-text error below:
$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Error:
E: The package sublime-text needs to be reinstalled, but I can't find an archive for it.
I get the same error even I tried to remove it:
$ sudo apt-get remove sublime-text
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: The package sublime-text needs to be reinstalled, but I can't find an archive for it.
Any ideas?
sudo apt-get purge sublime-text
. Then dosudo apt-get autoremove
– Gautam Vashisht Nov 12 '16 at 09:08