I have cloudera quickstart 5.7, where can find sublime in this. In the accessories I see gedit and vi imporved.
1 Like
It should be available in accessories, if it is not, then you have to install it.
Thanks. It is not there in accessories in my vm. I will install it.
In VM, from firefox download using below link
https://download.sublimetext.com/Sublime%20Text%202.0.2%20x64.tar.bz2
follow below commands:
cd Downloads/
tar xf Sublime\ Text\ 2.0.2\ x64.tar.bz2
cd Sublime\ Text\ 2
./sublime_text (to run sublime text)
You can make the link to desktop of sublime_text.
2 Likes
Thanks