首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >15.10蒸汽安装不起作用

15.10蒸汽安装不起作用
EN

Ask Ubuntu用户
提问于 2015-12-13 21:03:50
回答 3查看 1.7K关注 0票数 8

我试着在Windows 7旁边的Ubuntu新安装上安装蒸汽,安装之后我忘了调整分区的大小,所以我的磁盘空间很小。在安装蒸汽的过程中,我收到了如下错误消息:

所以我花时间调整了磁盘空间。

在那之后,我试图再次发射蒸汽,试图完成安装。一旦打开,我几乎立刻得到了同样的错误。

单击“好”之后,我收到了这样的消息:

所以现在我有更多的问题。我做了一些环顾四周,试图用其他人用以前版本的Ubuntu解决方案来解决这个问题,但我没有解决这个问题。

当我对错误单击“确定”时,蒸汽开始像这样加载:

然而,在大约10秒之后,它停止了,我得到了第一个错误,它再次启动这个循环。

在这一点上,我没有试图“解决”这个问题,但我想简单地,完全消除蒸汽,重新开始,但我不能。

任何帮助都将不胜感激!谢谢!

编辑这是我运行“蒸汽”时的输出:

代码语言:javascript
复制
Running Steam on ubuntu 15.10 64-bit
STEAM_RUNTIME is enabled automatically
Runtime checksum: e0d069bbcb111e8ce740f52993b5dfcf  steam-runtime.tar.xz, expected ff08f6ce5972fe92d9764a8abed66f64  steam-runtime.tar.xz
Unpack runtime failed, error code 2
Error: Couldn't set up the Steam Runtime. Are you running low on disk space?
Continuing...
Error: You are missing the following 32-bit libraries, and Steam may not run:
libXtst.so.6
libXrandr.so.2
libgobject-2.0.so.0
libglib-2.0.so.0
libgtk-x11-2.0.so.0
libpulse.so.0
libgdk_pixbuf-2.0.so.0
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
Installing breakpad exception handler for appid(steam)/version(1449778863)
[2015-12-13 23:35:16] Startup - updater built Dec 10 2015 11:38:07
[2015-12-13 23:35:16] uninstalled manifest found in /home/max/.local/share/Steam/package/steam_client_ubuntu12 (1).
[2015-12-13 23:35:16] Found pending update
[2015-12-13 23:35:16] Installing update...
[2015-12-13 23:35:16] Extracting package...
[2015-12-13 23:35:25] Installing update...
[2015-12-13 23:35:25] Cleaning up...
[2015-12-13 23:35:25] Update complete, launching Steam...
[2015-12-13 23:35:25] Shutdown
Restarting Steam by request...
Running Steam on ubuntu 15.10 64-bit
STEAM_RUNTIME has been set by the user to: /home/max/.local/share/Steam/ubuntu12_32/steam-runtime
Runtime checksum: e0d069bbcb111e8ce740f52993b5dfcf  steam-runtime.tar.xz, expected ff08f6ce5972fe92d9764a8abed66f64  steam-runtime.tar.xz
Unpack runtime failed, error code 2
Error: Couldn't set up the Steam Runtime. Are you running low on disk space?
Continuing...

运行'df -h‘给了我以下内容:

代码语言:javascript
复制
Filesystem      Size  Used Avail Use% Mounted on
udev            2.9G     0  2.9G   0% /dev
tmpfs           588M  8.7M  579M   2% /run
/dev/sda5       250G  7.0G  230G   3% /
tmpfs           2.9G  1.1M  2.9G   1% /dev/shm
tmpfs           5.0M  4.0K  5.0M   1% /run/lock
tmpfs           2.9G     0  2.9G   0% /sys/fs/cgroup
cgmfs           100K     0  100K   0% /run/cgmanager/fs
tmpfs           588M   64K  588M   1% /run/user/1000
/dev/sda1       673G  397G  276G  60% /media/max/Windows 7
EN

回答 3

Ask Ubuntu用户

回答已采纳

发布于 2015-12-14 17:38:55

首先,我只想对大家说声谢谢!我不得不用几个不同的答案的组合来使它起作用。

首先,我必须想出一个完全去除蒸汽的方法。感谢@Grammargeek。您需要运行以下命令:

代码语言:javascript
复制
sudo apt-get purge steam
rm -r ~/.local/share/steam
rm -r ~/.steampath
rm -r ~/.steam
rm -r ~/.steampid
rm -r ~/Desktop/steam.desktop

完成后,我遵循@Michael提供的安装步骤:

代码语言:javascript
复制
sudo apt-get install steam:i386

最后(在启动蒸汽之前),我运行了@Neil提供的“蒸汽重置”命令:

代码语言:javascript
复制
steam --reset

谢谢大家的帮助!

票数 2
EN

Ask Ubuntu用户

发布于 2015-12-14 09:22:49

您的steam-runtime.tar.xz文件已损坏或损坏。

尝试运行此命令来删除它:

代码语言:javascript
复制
rm ~/.steam/ubuntu12_32/steam-runtime.tar.xz*

那就跑

代码语言:javascript
复制
steam --reset
票数 4
EN

Ask Ubuntu用户

发布于 2015-12-14 16:45:42

试试这个:

代码语言:javascript
复制
  sudo apt-get install steam:i386

然后再用蒸汽,这样可能会很好。

票数 -1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/709205

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档