0

I have installed skype with the following command: sudo snap install skype --classic the problem is when I want to open it, it doesn't work and automatically sign off. Even this happen writting skype on the terminal.

Unknown X
  • 3
  • 3
  • Can you try Uninstalling Skype by `sudo apt purge skypeforlinux && sudo apt-get autoremove` and then Open Ubuntu Software Center and find Skype, then install? – Jaber Al Nahian May 05 '19 at 09:42

1 Answers1

1

Try to remove your snap installation using this command

sudo snap remove skype

then download the .deb file from Official Skype website.

Then install it using dpkg for ex:

dpkg -i /path-to-/deb-file.deb

Note: check this answer for more information about snap.

AboElnouR
  • 863
  • 2
  • 8
  • 21