3

I tried to uninstall skype from the terminal and i think I already did because it says it cannot locate the package however when i turn the wifi off and on my skype contacts who are online appears at the bottom right of the screen and whenever I get a message I am still notified. I tried to search skype from my files but I cannot even find it and when I try to purge or remove it, it says unable to locate package. Help me!!!!!

i installed it by following the steps here: http://www.wikihow.com/Install-Skype-Using-Terminal-on-Ubuntu then i uninstalled it by sudo apt-get purge skype.

Zc Yhel
  • 31

2 Answers2

2

Try this, one command at a time:
Disclaimer: I don't have access to an Ubuntu machine and so can't test these out.

sudo apt-get purge skype

sudo apt-get autoremove
rm -rf ~/.skype

If that doesn't work, try this:

sudo dpkg --remove skype
sudo dpkg --remove getskype-*
Parto
  • 15,325
  • 24
  • 86
  • 117
1

In Lubunt 18.06 this command completely uninstalled Skype:

$ sudo apt-get --purge remove skypeforlinux