这应该是一个简单的过程:
sudo dpkg --add-architecture i386
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get update
sudo apt-get install skype
但在第一行dpkg --add-architecture i386
我得到一个错误
dpkg: error: unknown option --add-architecture
Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Options marked [*] produce a lot of output - pipe it through `less' or `more' !
如何解决这个问题以便我最终可以安装 Skype?
编辑
在突触中我得到错误The following packages have unmet dependencies:skype: Depends: skype-bin but it is a virtual package
如果我尝试安装 skype-bin,我会收到错误:
The following packages have unmet dependencies: skype-bin:i386 : Depends: libqt4-dbus:i386 (>= 4:4.5.3) but it is not going to be installed
Depends: libqt4-network:i386 (>= 4:4.8.0) but it is not going to be installed
Depends: libqt4-xml:i386 (>= 4:4.5.3) but it is not going to be installed
Depends: libqtcore4:i386 (>= 4:4.7.0~beta1) but it is not going to be installed
Depends: libqtgui4:i386 (>= 4:4.8.0) but it is not going to be installed
Depends: libqtwebkit4:i386 (>= 2.2~2011week36) but it is not going to be installed
Recommends: sni-qt:i386 but it is not going to be installed
Recommends: libasound2-plugins:i386 but it is not going to be installed E: Unable to correct problems, you have held broken packages.
答案1
如果遇到问题,请尝试将服务器更改为“主服务器”,而不是您所在国家/地区的服务器。当我这样做时,Skype 可以从软件中心完美安装。