I've installed Skype by using dkpg
and when I try to run it, this is what I get -bash: /usr/bin/skype: No such file or directory
. Which is very strange since ls -l | grep skype
shows this:
-rwxr-xr-x 1 root root 30717480 May 7 01:43 skype
I had similiar problems when I installed FireFox, but since I didn't need it all that much, didn't care. However, I do need Skype on Linux.
Output of my $PATH
variable:
/home/max/.rvm/gems/ruby-2.0.0-p247/bin:/home/max/.rvm/gems/ruby-2.0.0-p247@global/bin:/home/max/.rvm/rubies/ruby-2.0.0-p247/bin:/home/max/.rvm/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
Anyone care to explain?... Because I'm stunned.
/usr/bin/skype
– Rahul Patil Sep 09 '13 at 14:58ldd /usr/bin/skype
– Rahul Patil Sep 09 '13 at 15:29