Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Other Community Discussions > Tutorials & Tips
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Tutorials & Tips
The place to find Ubuntu related Tips & Tricks.

 
Thread Tools Display Modes
Old May 25th, 2006   #1
ubuntuman001
Chocolate-Covered Ubuntu Beans
 
Join Date: Mar 2006
Beans: 2,139
Ubuntu 9.10 Karmic Koala
HOWTO: Find Your Installed Applications

This guide helps you find your installed applications, so that if you installed something but it did not show up in the applications menu, you'll know where it is, and then you can make a launcher for it. There is a great application that can search all of your installed applications. It's called Xfce 4 Appfinder - and don't be scared by the name, it works in Ubuntu, Kubuntu, and Xubuntu. Now to install the program, open a terminal (Applications > Accessories > Terminal) and paste:
Code:
sudo apt-get update&&sudo apt-get install xfce4-appfinder
It'll be in Applications > Accessories in GNOME, Kmenu > Utilities in KDE, and Xfce Menu > Utilities in XFCE.

To search for anything with a GUI search tool, you can either go to Places > Search for Files, or you can right-click on any panel, select add to panel, and select the Deskbar search tool, and search from there.

You can also install Beagle, a powerful search tool. To install it, just paste into a terminal:
Code:
sudo apt-get update&&sudo apt-get install beagle
It will replace the Places > Search for Files tool, and now it is just Places > Search.

You can't really go back to the original search tool (well you can, but it's a bit tedious), but you can always just add the "Search for Files" applet to your panel (right-click on any panel, and select add to panel).

To search for anything with the terminal, you can either use the commands locate or which.
Locate is used more like a keyword-based search function. For example, if you type in a terminal:
Code:
locate java
then all files with the name java would appear, and there are a lot more than one if you have java installed. The which command will find the most important file associated with the keyword, i.e.
Code:
which java
will reveal the location of the java executable, in /usr/bin/java, and that's it.

After you've found the location of your installed app, you have to make a launcher for it in the menus. So right-click on your menu, and select edit menus. Then go to whatever category you wish the program to be, and select file > new entry. then you can choose the name, description, icon, and most importantly, the command for your application which you have just found.

Last edited by ubuntuman001; May 14th, 2007 at 10:12 PM..
ubuntuman001 is offline   Reply With Quote
Old May 28th, 2006   #2
ubuntuman001
Chocolate-Covered Ubuntu Beans
 
Join Date: Mar 2006
Beans: 2,139
Ubuntu 9.10 Karmic Koala
Re: HOWTO: Find Your Installed Applications

BTW, this app only finds actual applications, like totem or firefox, not everything that you install. For example, if you want to know the location of a lib or a script, this app won't help you.

Last edited by ubuntuman001; May 28th, 2006 at 11:45 PM..
ubuntuman001 is offline   Reply With Quote
Old June 8th, 2006   #3
lukew
Ubuntu Extra Shot
 
lukew's Avatar
 
Join Date: May 2006
Location: UK
Beans: 383
Ubuntu 8.10 Intrepid Ibex
Send a message via MSN to lukew Send a message via Yahoo to lukew
Re: HOWTO: Find Your Installed Applications

Hi,

You can also use the which command, for example.

which java


Luke
__________________
Registered Linux User #219690 @ Linux Counter, http://counter.li.org.
lukew is offline   Reply With Quote
Old June 24th, 2006   #4
ubuntuman001
Chocolate-Covered Ubuntu Beans
 
Join Date: Mar 2006
Beans: 2,139
Ubuntu 9.10 Karmic Koala
Re: HOWTO: Find Your Installed Applications

Quote:
Originally Posted by lukew
Hi,

You can also use the which command, for example.

which java


Luke
yes that also works.
ubuntuman001 is offline   Reply With Quote
Old July 14th, 2006   #5
oskvaz
5 Cups of Ubuntu
 
oskvaz's Avatar
 
Join Date: Mar 2006
Location: Mar del Plata, Argentina
Beans: 31
Ubuntu 7.04 Feisty Fawn
Re: HOWTO: Find Your Installed Applications

Excellent app. An easy way to see all our installed applications.

Thanks !!!
__________________
Oskvaz
Linux user #415990
oskvaz is offline   Reply With Quote
Old July 15th, 2006   #6
ubuntuman001
Chocolate-Covered Ubuntu Beans
 
Join Date: Mar 2006
Beans: 2,139
Ubuntu 9.10 Karmic Koala
Re: HOWTO: Find Your Installed Applications

Quote:
Originally Posted by oskvaz View Post
Excellent app. An easy way to see all our installed applications.

Thanks !!!
no prob
ubuntuman001 is offline   Reply With Quote
Old October 7th, 2007   #7
Eric Weir
Gee! These Aren't Roasted!
 
Eric Weir's Avatar
 
Join Date: Sep 2007
Location: Decatur, Georgia, USA.
Beans: 210
Kubuntu 7.04 Feisty Fawn
Re: HOWTO: Find Your Installed Applications

Quote:
Originally Posted by ubuntuman001 View Post
,,,, There is a great application that can search all of your installed applications. It's called Xfce 4 Appfinder - and don't be scared by the name, it works in Ubuntu, Kubuntu, and Xubuntu. Now to install the program, open a terminal (Applications > Accessories > Terminal) and paste:
Code:
sudo apt-get update&&sudo apt-get install xfce4-appfinder
It'll be in Applications > Accessories in GNOME, Kmenu > Utilities in KDE, and Xfce Menu > Utilities in XFCE.
I just tried this. Two applications I'm pretty sure I installed -- Samba and DOSbox -- don't show up. However, they do show up in Synaptic, i.e., as installed.

Otherwise, they're invisible on the system. They don't show up in the menus or when I search for them either as installed or available applications in Add/Remove Applications.

I'd like to use them. How do I get access to them?

Thanks in advance,
__________________
Eric Weir
Decatur, GA USA
Xubuntu 8.04
Eric Weir is offline   Reply With Quote
Old October 7th, 2007   #8
ubuntuman001
Chocolate-Covered Ubuntu Beans
 
Join Date: Mar 2006
Beans: 2,139
Ubuntu 9.10 Karmic Koala
Re: HOWTO: Find Your Installed Applications

Quote:
Originally Posted by Eric Weir View Post
I just tried this. Two applications I'm pretty sure I installed -- Samba and DOSbox -- don't show up. However, they do show up in Synaptic, i.e., as installed.

Otherwise, they're invisible on the system. They don't show up in the menus or when I search for them either as installed or available applications in Add/Remove Applications.

I'd like to use them. How do I get access to them?

Thanks in advance,
have you tried the other commands in the first post? i.e. the locate and which commands?
ubuntuman001 is offline   Reply With Quote
Old October 8th, 2007   #9
Eric Weir
Gee! These Aren't Roasted!
 
Eric Weir's Avatar
 
Join Date: Sep 2007
Location: Decatur, Georgia, USA.
Beans: 210
Kubuntu 7.04 Feisty Fawn
Re: HOWTO: Find Your Installed Applications

Quote:
Originally Posted by ubuntuman001 View Post
have you tried the other commands in the first post? i.e. the locate and which commands?
Nope. Will do.

Thanks,
__________________
Eric Weir
Decatur, GA USA
Xubuntu 8.04
Eric Weir is offline   Reply With Quote
Old October 8th, 2007   #10
Eric Weir
Gee! These Aren't Roasted!
 
Eric Weir's Avatar
 
Join Date: Sep 2007
Location: Decatur, Georgia, USA.
Beans: 210
Kubuntu 7.04 Feisty Fawn
Re: HOWTO: Find Your Installed Applications

Quote:
Originally Posted by ubuntuman001 View Post
have you tried the other commands in the first post? i.e. the locate and which commands?
Well, I tried them. Here's the results for which:
eric@eric-linux:~$ which samba
eric@eric-linux:~$ which dosbox
/usr/bin/dosbox
As you promised it would, locate produced a long list of files for Samba. I've selected a few that seem most relevent to my problem:
eric@eric-linux:~$ locate samba
/usr/share/samba
/usr/share/doc/samba
/usr/lib/samba
/etc/samba
/home/eric/networking/samba install.odt
So, it seems Samba is there. Now, how do I get it, and DOSbox, into my menus, or more elementally how do I get them to run?

Thanks,
__________________
Eric Weir
Decatur, GA USA
Xubuntu 8.04
Eric Weir is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:47 AM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry