我如何卸载 steam?
sudo apt-get remove steam
返回Package 'steam:i386' is not installed, so not removed
此响应看起来很奇怪,因为这是一个 64 位系统,当我在终端中打开它时,Steam 运行良好。
当我搜索 Steam 时,它出现在软件中心,但单击更多信息时,它显示未找到。
到底是怎么回事?
答案1
尝试执行sudo apt-get install steam
然后再次将其删除。
答案2
删除 steam-launcher。sudo apt-get remove steam-launcher
不确定为什么它与删除 steam 是分开的。