Ubuntu – Start Skype (snap installation)

skypesnap

After I installed Skype via snap:
snap find "skype"
sudo snap install skype --classic

(since the old skype did crash after login)

I could not start it:

$ skype
bash: /usr/bin/skype: No such file or directory

How to start Skype after installing it via Snap?

Best Answer

If you installed it with snap, you should run it with snap run skype.

Related Question