安装 Steam

use*_*358 5 steam 12.04

当我尝试安装 Steam 64 位时,出现此错误:

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
Run Code Online (Sandbox Code Playgroud)

知道该怎么做吗?我搜索了这个网站并尝试了大部分答案,但没有一个奏效。

Dmi*_*rov 1

我还没有测试,但似乎有解决方法http://steamcommunity.com/app/221410/discussions/0/864959809808921128/#c864959809910700746

注意:对于 12.04.2LTS 用户

大家好,我有一个解决方法,可以让您从 Ubuntu 软件中心安装 Steam64。

首先,安装 32 位库:

sudo apt-get install ia32-libs
Run Code Online (Sandbox Code Playgroud)

如果由于依赖关系而无法执行此操作,请在安装之前运行以下命令ia32-libs

sudo dpkg --add-architecture i386
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)

然后,ia32-libs再次尝试安装。要有耐心; 我完成 ia32-libs 安装所花费的时间比大多数安装都要长。

之后,您应该能够Steam (64-bit)通过Ubuntu Software Center. 这对我来说就像一种魅力,我已经为此奋斗了几个小时。

祝你好运!!