我的 Raspberry pi 上装有 Ubuntu Mate 1.21,并且认为我能够在其上加载 Skype,用于我的卡车的立体声项目。(我认为在我的卡车上安装视频电话、Skype 和带 Linux 驱动程序的 USB 摄像头会很好)。
我已经按照要求做了,从跑步到阅读此网页,我开始认为 Skype 不适合在 Raspberry Pi 的 Ubuntu Mate 上运行......这是我在告诉它以 386 模式运行的命令(因为没有更好的术语)然后我告诉它安装 skype-bins 后得到的结果
skype-bin:i386 : Depends: libc6:i386 (>= 2.7) but it is not installable
Depends: libgcc1:i386 (>= 1:4.1.1) but it is not installable
Depends: libqt4-dbus:i386 (>= 4:4.5.3) but it is not installable
Depends: libqt4-network:i386 (>= 4:4.8.0) but it is not installable
Depends: libqt4-xml:i386 (>= 4:4.5.3) but it is not installable
Depends: libqtcore4:i386 (>= 4:4.7.0~beta1) but it is not installable
Depends: libqtgui4:i386 (>= 4:4.8.0) but it is not installable
Depends: libqtwebkit4:i386 (>= 2.2~2011week36) but it is not installable
Depends: libstdc++6:i386 (>= 4.2.1) but it is not installable
Depends: libx11-6:i386 but it is not installable
Depends: libxext6:i386 but it is not installable
Depends: libxss1:i386 but it is not installable
Depends: libxv1:i386 but it is not installable
Depends: libssl1.0.0:i386 but it is not installable
Depends: libgl1-mesa-glx:i386 but it is not installable
Recommends: sni-qt:i386 but it is not installable
Recommends: libasound2-plugins:i386 but it is not installable
E: Unable to correct problems, you have held broken packages.
它推荐了两个文件,如上所示,但它说它们是不可卸载的,这就是为什么我想尝试在运行 Ubuntu Mate 1.21 的树莓派上安装 Skype。这现在不切实际吗?我只是请别人确认或给我的问题的解决方案(如何修复损坏的软件包以及如何安装 Skype)
答案1
确保已启用 Canonical 存储库。可以通过以下方式启用:
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
添加32位支持并安装skype:
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install skype