I have installed skype in my Ubuntu machine, using snap:
snap install skype --classic
Once installed, I added the folder /snap/bin to $PATH in order to call snap applications from any folder.
The problem that I have:
1-I cannot invoke skype from terminal, if I run skype from ubuntu terminal does nothing. How to invoke it from terminal?
2-My main objective is to control skype from terminal, any recommendations?
P.D: I can run skype clicking the icon in the desktop, and it works well.