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