1

I have recently installed ubuntu, so I am kind of trying to improve on my existing knowledge; I know Application store is supposedly the central hub for downloading applications but there is a problem with it (or with me)

I searched for Skype there and it returned no results, therefore I went to their official website and got the Ubuntu version. Even after it is installed I still cannot get skype in the list of "Already installed" software, I tried "Independent", "Canonical" and also "Provided by Ubuntu" still 0 results.

Let's assume I want to uninstall skype (or any other app), what should I do?

Thanks in advance

2 Answers2

1

To uninstall Skype

sudo apt-get remove skype:i386

in fact you should be able to uninstall any app installed from .deb using apt-get

Back.Slash
  • 2,166
  • 2
  • 17
  • 22
1

If you don't want to use terminal, I suggest you use synaptic instead of Ubuntu Software Center. It would list skype, google chrome, and all other softwares installed from deb files. Ofcourse you need to install it first. You can install it from Ubuntu Software Center. Just search for Synaptic from there.

pram
  • 940