Saturday, April 27, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 1138  / 1 Year ago, wed, january 18, 2023, 12:39:08

I've installed sublime in Ubuntu, but I just don't know how to launch it.



Is there any special command to launch it? Please note that I've already read this post, but it didn't solved the problem.



I just want to open a blank new file.


More From » launcher

 Answers
0

If you want to start sublime from the dash, just write sublime. And, depending how you installed sublime either of this will work:



sublime-text


or



subl


if you are not sure just type ls -l $(type subl | awk '{print $3}') or ls -l $(type sublime-text | awk '{print $3}') to know:



$ ls -l $(type subl | awk '{print $3}')
-rwxr-xr-x 1 root root 74 jul 8 07:26 /usr/bin/subl
ls -l $(type sublime-text | awk '{print $3}')
lrwxrwxrwx 1 root root 4 jul 19 06:03 /usr/bin/sublime-text -> subl


As you can see, the second is just a symbolic link to the first, so it doesn't matter which you run.


[#28781] Thursday, January 19, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
imonove

Total Points: 82
Total Questions: 113
Total Answers: 106

Location: Saint Vincent and the Grenadines
Member since Wed, Nov 3, 2021
3 Years ago
;