我是 Linux 新手,我有 Ubuntu 17.04 64 位(Budgie)。
我无法打开 steam。它已更新到最新版本。当我打开它时它会弹出,但过了一段时间它就消失了。当我尝试从终端运行它时,我得到了以下输出:
tar: This does not look like a tar archive
xz: (stdin): File format not recognized
tar: Child returned status 1
tar: Error is not recoverable: exiting now
find: ‘/home/ghazi/.steam/ubuntu12_32/steam-runtime’: No such file or directory
答案1
在终端中运行以下命令:
mkdir "/home/$USER/.steam/ubuntu12_32/steam-runtime"
然后启动 Steam。