I can't execute the skype file.
I have the permissions I need. What's the meaning of filename*
in the ll
output?
Asked
Active
Viewed 134 times
0
1 Answers
2
I suggest you should use the packaged version of Skype. Just enable the Canonical partners repositories in Software Sources (How do I enable the "partner" repository?), click Close, then update the list. After this you will be able to install Skype from Ubuntu Software Center, and it will run properly.

Ottó Radics
- 584
file skype
anduname -a
. – muru Feb 10 '16 at 19:05*
, as in skype*? – mikewhatever Feb 10 '16 at 19:33*
in this context is thels
command's way of indicating an executable file - you're seeing it becausell
is an alias forls
that includes the-F
option. Seeman ls
. – steeldriver Feb 10 '16 at 20:10