内部错误 - 尝试通过 Ubuntu 软件中心安装 Valve 的 Steam 客户端

Pra*_*ere 5 software-center dpkg steam 12.04

Valve 的 Steam 客户端现在对所有上述链接开放,因此我决定在我的 Ubuntu 12.04 机器上安装 Steam 客户端来试用它。

我从这个页面下载了 deb 文件。

下载完成后,我双击安装它,并按预期启动了 Ubuntu 软件中心,但出现如下错误:

内部错误“无法打开文件 /home/pras/Downloads/steam_latest.deb”。

即使我试图通过安装它

sudo dpkg -i steam_latest.deb
Run Code Online (Sandbox Code Playgroud)

这也会引发错误

pras@Tuxbox:~/Downloads$ sudo dpkg -i steam_latest.deb 
[sudo] password for pras: 
(Reading database ... 408406 files and directories currently installed.)
Unpacking steam (from steam_latest.deb) ...
dpkg-deb (subprocess): short read on buffer copy for failed to write to pipe in copy
dpkg-deb: error: subprocess paste returned error exit status 2
dpkg: error processing steam_latest.deb (--install):
 short read on buffer copy for backend dpkg-deb during `./usr/lib/steam/bootstraplinux_ubuntu12_32.tar.xz'
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Processing triggers for hicolor-icon-theme ...
Processing triggers for man-db ...
Errors were encountered while processing:
 steam_latest.deb
Run Code Online (Sandbox Code Playgroud)

那我应该怎么安装呢?

小智 8

我有同样的问题。

为了解决这个问题,我在终端中使用了“wget”来下载文件。

当中断发生时,'wget' 刚刚重新连接并继续下载文件。

我使用了以下命令

wget http://repo.steampowered.com/steam/archive/precise/steam_latest.deb