Sublime Forum

CentOS7 can't run Sublime

#1

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.

0 Likes

#2

Try executing /opt/sublime_text/sublime_text in a terminal and see if anything is printed. If not, I am going to guess that it is crashing for some reason.

0 Likes

#3

Thanks a lot.
Nothing happend…
I also think it’s some crashing… but hoped to repair it…)
Anyway thank you for your reply.

0 Likes

#4

It runs fine here. Have you run “yum clean all && yum update”?

0 Likes

#5

Yes, I tried that…
Unfortunately, doesn’t work.

0 Likes

#6

Try running “strace subl” and see if it reports anything interesting.

0 Likes