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

所以我花时间调整了磁盘空间。
在那之后,我试图再次发射蒸汽,试图完成安装。一旦打开,我几乎立刻得到了同样的错误。
单击“好”之后,我收到了这样的消息:

所以现在我有更多的问题。我做了一些环顾四周,试图用其他人用以前版本的Ubuntu解决方案来解决这个问题,但我没有解决这个问题。
当我对错误单击“确定”时,蒸汽开始像这样加载:

然而,在大约10秒之后,它停止了,我得到了第一个错误,它再次启动这个循环。
在这一点上,我没有试图“解决”这个问题,但我想简单地,完全消除蒸汽,重新开始,但我不能。
任何帮助都将不胜感激!谢谢!
编辑这是我运行“蒸汽”时的输出:
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‘给了我以下内容:
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发布于 2015-12-14 17:38:55
首先,我只想对大家说声谢谢!我不得不用几个不同的答案的组合来使它起作用。
首先,我必须想出一个完全去除蒸汽的方法。感谢@Grammargeek。您需要运行以下命令:
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提供的安装步骤:
sudo apt-get install steam:i386最后(在启动蒸汽之前),我运行了@Neil提供的“蒸汽重置”命令:
steam --reset谢谢大家的帮助!
发布于 2015-12-14 09:22:49
您的steam-runtime.tar.xz文件已损坏或损坏。
尝试运行此命令来删除它:
rm ~/.steam/ubuntu12_32/steam-runtime.tar.xz*那就跑
steam --reset发布于 2015-12-14 16:45:42
试试这个:
sudo apt-get install steam:i386然后再用蒸汽,这样可能会很好。
https://askubuntu.com/questions/709205
复制相似问题