Finding installed apps, specifically easytether

Asked by Timothy Wise

I dont have any way to access the internet except through easytether, however, because i am new to ubuntu i dont know how to find easytether once ive installed it. i also dont know how to open any apps except for the ones which automaticallly placed themselves in the pull down bar. please help me. thanks

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu dpkg Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Cameron W (cwill747) said :
#1

Hey, the forum post here: http://ubuntuforums.org/showthread.php?t=182201 ,
does a pretty good job of explaining this. Also, to run a command, you can hit alt-f2 and begin typing the name of an installed program in if you know it. It will autocomplete the box for you. Hope this helps!

Revision history for this message
Ian Ace (iaculallad) said :
#2

You can use locate and which command to locate applications using the Terminal (Accessories->Terminal).

i.e:

with Which (we try to search for gedit):

which gedit

or Locate (we try to locate for the gedit application):

locate gedit

Or, if you want to know if a certain application is installed, you can use:

apt-cache policy application_name

HTH.

Can you help with this problem?

Provide an answer of your own, or ask Timothy Wise for more information if necessary.

To post a message you must log in.