Thursday, May 2, 2024
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 855  / 2 Years ago, fri, november 4, 2022, 2:36:14

The first ever time I installed Ubuntu was 45 minutes ago. Bearing this in mind, please answer me slowly!



I've been trying to install Sublime Text 2 by following these instructions. (First Method)



First, I navigated to my root directory:



cd ~


And then I followed the steps detailed in the link above:



sudo add-apt-repository ppa:webupd8team/sublime-text-2

sudo apt-get update

sudo apt-get --purge remove sublime-text*

sudo apt-get install sublime-text


I think everything's worked properly. However, I have no idea where Sublime Text is installed, or how I can even run it. (I'm hoping I can just click on it!)


More From » installation

 Answers
1

You can use whereis command. For example, in your case:



whereis sublime-text


Also locate can be useful in this sense. Use it like this:



sudo updatedb && locate sublime-text

[#29068] Saturday, November 5, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
weamp

Total Points: 197
Total Questions: 115
Total Answers: 92

Location: Mauritania
Member since Sun, May 7, 2023
1 Year ago
;