如何为 linux/ubuntu 卸载 steam64?

Jon*_*han 4 steam 14.04

我看到人们说这样的话sudo apt-get remove steamsudo dpkg -r steam但都没有奏效。

我跑了dpkg-query -l *steam*,我得到以下信息:

Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name           Version      Architecture Description
+++-==============-============-============-=================================
un  steam          <none>       <none>       (no description available)
rc  steam-launcher 1.0.0.47     all          Launcher for the Steam software d
un  steam64        <none>       <none>       (no description available)
Run Code Online (Sandbox Code Playgroud)

不确定这是否有帮助。

Steam 常见问题似乎也无济于事。我很确定我没有apt-get为 Steam做任何安装。我是steam_latest.deb从官网下载的。有任何想法吗?

更新:我确实有我认为是~/.steam. 我现在想知道的是,如果我删除了这个文件夹,我还需要删除什么?

mch*_*hid 7

sudo apt-get purge steam-launcher && sudo apt-get autoremove 
Run Code Online (Sandbox Code Playgroud)

发布任何错误以获得进一步的帮助。