Bash

Debian Wheezy 7.1 - 無法啟動 Skype 或 Firefox

  • September 9, 2013

我已經安裝了 Skype dkpg,當我嘗試執行它時,這就是我得到-bash: /usr/bin/skype: No such file or directory的。這很奇怪,因為ls -l | grep skype顯示了這一點:

-rwxr-xr-x 1 root   root    30717480 May  7 01:43 skype

我在安裝 FireFox 時遇到了類似的問題,但由於我不太需要它,所以不在乎。但是,我確實需要 Linux 上的 Skype。

我的$PATH變數的輸出:

/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

有人願意解釋嗎?…因為我驚呆了。

看來這是常年32位應用在64位系統上的問題。

以下有幫助嗎?

[root@host]# dpkg --add-architecture i386
[root@host]# apt-get update #Will take a while
[root@host]# apt-get install ia32-libs #Will download and install ~100-200 MB of data
[user@host]$ skype&

引用自:https://unix.stackexchange.com/questions/89964