Hi everybody.
I followed tutorial to install Sublime text editor on my system (CentOS7 64 bit on VirtualBox machine).
I’ve run these commands:
# rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
# yum-config-manager --add-repo https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
# yum install sublime-text
Everything passed well.
But running “subl” command gives no any reaction…
I have file /usr/bin/subl but there is something wrong and I don’t know what.
I’ve tried to remove sublime-text and remove yum repository and installed it again. But got the same…
Can anybody help?
Thank you.