downooad sublime in linux mint using terminal
sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get --purge remove sublime-text*
sudo apt-get install sublime-text
cd ~/Downloads (With this command we change the default directory "/" to "/Downloads") and then type.