Lubuntu 18.04 由于某种原因 steam 自行卸载,我无法使用命令运行它:steam
使用 重新安装它sudo apt-get install steam
,并且它可以工作,登录后所有之前安装的游戏都显示为未安装。
出于某种原因,我认为手动删除 steam 文件夹并重新安装是个好主意,进入 .local/share 并删除 .steam 大约 50 Gbs,sudo apt-get remove steam
然后我做了下一件事sudo apt-get install steam
。现在这是我得到的错误:
pc@PC:~$ 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/pc/.steam/ubuntu12_32/steam-runtime’: No such file or directory
感谢您花时间阅读。
答案1
运行此命令解决了该问题;mkdir /home/$USER/.steam/ubuntu12_32/steam-runtime