I am trying to install Sublime through the following command. But it returns error.
sudo apt-get install sublime-text-2
but it returns
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package sublime-text-2
Any helps I have not found any similar question and solution for this problem.
And Also 2 is the recent one or version 3 is available.
sudo apt-get install sublime-text
notsudo apt-get install sublime-text-2
– Parto Dec 09 '15 at 13:25