当我尝试安装 64 位 Steam 时出现此错误:
Package dependencies cannot be resolved This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time. The following packages have unmet dependencies: steam64: Depends: steam (= 1.0.0.27ubuntu1) but it is a virtual package
有什么想法吗?我搜索过这个网站并尝试了大部分答案,但都没有用。
答案1
我还没有测试过,但似乎有解决办法http://steamcommunity.com/app/221410/discussions/0/864959809808921128/#c864959809910700746
注意:对于 12.04.2LTS 用户
嘿伙计们,我有一个解决方法,可以让你从 Ubuntu 软件中心安装 Steam64。
首先,安装 32 位库:
sudo apt-get install ia32-libs
如果由于依赖性而无法执行此操作,请在安装之前运行以下命令ia32-libs
:
sudo dpkg --add-architecture i386
sudo apt-get update
然后,再次尝试安装ia32-libs
。请耐心等待;我完成 ia32-libs 安装所花的时间比大多数安装都要长。
之后,您应该能够Steam (64-bit)
通过 进行安装Ubuntu Software Center
。对我来说,这非常有效,我已经为此奋斗了几个小时。
祝你好运!!