Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I have installed skype in ubuntu but duuno where to start the installed the skype application .Similarly I have installed netbeans and many applications but after installing them their icon's are not appearing in any menus.

Similarly how to uninstal already installed applications?

share|improve this question

2 Answers

up vote 6 down vote accepted

The executables are located in the /usr/bin folder. I guess pressing Alt+F2 and typing

skype

will do. It might also fall under the Applications menu > Internet.

To uninstall already installed software, you can:

  1. Goto Software-center. Find the software and remove.
  2. open a terminal, and type

sudo apt-get remove <software-name>

If you do not know the complete name, just type a few characters of the application, and press tab twice. That will auto complete, or show a list of matching applications.

share|improve this answer
thanks a lot dude :) – Saran Oct 23 '10 at 9:41
you are welcome! – theTuxRacer Oct 23 '10 at 9:50
2  
You don't need the whole path when using Alt+F2 (or the terminal or desktop/panel shortcuts). Just typing skype will suffice. – sepp2k Oct 23 '10 at 11:31
Oops, overlooked that! Thanks for the heads-up. But there was a time that I had to give the entire path. Dont remember the applicaton now. – theTuxRacer Oct 23 '10 at 11:45
You have to give the full path if you don't install it "properly"... – fluteflute Oct 23 '10 at 17:43

Also for most applications in the Software Center, after you install it, it should tell you where to find it :)

share|improve this answer
how do you get it to tell you? When I right click on apps in the SC they launch :) – Louis Jan 23 '12 at 4:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.