LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to find a program (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-find-a-program-939835/)

jonnynitro138 04-14-2012 08:14 PM

how to find a program
 
I installed komodo7 onto my ubuntu11.10. It worked fine so I taged the title bar and selected for it to stay there. I then removed the desktop icon (can't stand a clustered desktop), and the title bar icon disapeared to. Now I can not locate the program. How do I find and start a lost program, and how do you remove a program that didn,t come from the ubuntu store?
Thank you for your time
Jonnynitro138

sycamorex 04-14-2012 08:19 PM

try:

Code:

which komodo
or

Code:

which komodo7

After you've found out where it is, you could edit your icons/menu items.

frankbell 04-14-2012 08:22 PM

(I also dislike a cluttered desktop. In fact, I do not use desktop icons at all.)

There are a number of ways to track it down.

Open a terminal and try starting it with the command komodo.

If that doesn't work, you can try the whereis command. See man whereis for details. There is also the locate command (see man locate) but it will likely return more information than you need.

It is likely in the /usr/bin directory. Another way is to try the command ls /usr/bin/komod*. That should turn it up if the name of the program is not just komodo, but is actually something like komodo-1.7.

Once you know where it is, you can add it to a menu or just start it from the command line.

jonnynitro138 04-14-2012 08:38 PM

reply to reply
 
Thank you I found my komodo. It was in my down load jacket (?).
Jonnynitro138


All times are GMT -5. The time now is 03:11 PM.