+1 vote
in Operating Systems by (72.7k points)
I installed sublime text on my Ubuntu system but cannot find its location. Is there any command to check its location?

1 Answer

+1 vote
by (354k points)
selected by
 
Best answer

You can use either the "which" or "whereis" command to find the installation folder of sublime text.

Here are the commands:

$ which subl
/snap/bin/subl

$ whereis subl
subl: /snap/bin/subl

Related questions

+2 votes
1 answer
+2 votes
1 answer
+4 votes
1 answer
+2 votes
1 answer

...