How to remove Skype?

Run:

sudo apt-get --purge remove skypeforlinux

  1. Click the "Ubuntu" button, type "Terminal" (without the quotations) and then press Enter.

  2. Type sudo apt-get --purge remove skypeforlinux (earlier package name was skype) and then press Enter

  3. Enter your Ubuntu password to confirm that you wish to completely remove Skype and then press Enter

  4. Click the "Ubuntu" button, type "Home" (without the quotations) and then press Enter to open your home folder.

  5. Press Ctrl-H to display hidden folders. Locate and delete the ".skype" folder. Copied and pasted...


GUI method : Right click on Skype in app drawer and click Show details. You'll be redirected to Ubuntu Software Center. From there you can on uninstall. This would I call the easiest method.

CLI method: Open terminal and run sudo snap remove skype and if this doesn't work try sudo apt-get --purge remove skype

Read more:

  • Sergiy Kolodyazhnyy's answer to What is the Snap packaging format?