我尝试加载 Skype 但一直提示无法安装“libasound2:i386”,不知道发生了什么,有什么建议吗?
答案1
打开终端并输入
sudo apt-add-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
然后点击 Enter 确认
然后输入
sudo apt-get update && sudo apt-get install skype
Skype 可在合作伙伴存储库中使用。
apt-cache policy skype
skype:
Installed: 4.2.0.11-0ubuntu0.12.04.2
Candidate: 4.2.0.11-0ubuntu0.12.04.2
Version table:
*** 4.2.0.11-0ubuntu0.12.04.2 0
500 http://archive.canonical.com/ubuntu/ raring/partner amd64 Packages
100 /var/lib/dpkg/status
答案2
先尝试更新,然后安装两个 32 位兼容库,然后再次尝试 skype
sudo apt-get update
sudo apt-get install ia32-libs ia32-libs-multiarch:i386
sudo apt-get install skype