我正在阅读文档,寻找从我的Linux操作系统中彻底卸载Atom的方法,但我没有找到任何相关内容。
是否有一组要删除的目录?或者可能是要运行的脚本?
感谢您的关注
答案 0 :(得分:78)
我在Github项目存储库中发布了相同的问题,这是完整的答案:https://github.com/atom/atom/issues/2195#issuecomment-42917489
要执行的命令是:
sudo rm /usr/local/bin/atom
sudo rm /usr/local/bin/apm
rm -rf ~/atom
rm -rf ~/.atom
rm -rf ~/.config/Atom-Shell
sudo rm -rf /usr/local/share/atom/
答案 1 :(得分:57)
对于Ubuntu 14.04& Ubuntu 18.04,使用以下内容:
sudo apt-get remove atom
答案 2 :(得分:37)
如果使用.deb软件包安装atom,则可以使用以下命令将其删除:
sudo apt-get remove atom
如果要删除任何配置目录,可以使用以下命令:
sudo apt-get purge atom
答案 3 :(得分:7)
Atom也可以作为Snap安装。您可以使用以下方式找到:
$ sudo snap list
如果您在列表中看到它,可以使用以下命令将其删除:
$ sudo snap remove atom
有关快照的更多信息: https://www.ubuntu.com/desktop/snappy
答案 4 :(得分:4)
(15.04):
从 atom.io 安装.deb
之后,我发现该软件包在 Ubuntu软件中心下可用。
答案 5 :(得分:4)
在RHEL(我猜也是Fedora / CentOS)中,只需输入:yum erase atom
答案 6 :(得分:2)
答案 7 :(得分:1)
在Ubuntu 14.04上,使用Atom 1.0,我在UILabel
下找不到任何内容。
但是,安装时间是UTextField
,我删除了它。
答案 8 :(得分:0)
这就是我在Linux Mint上的安装
$ uname --all
Linux lenny-home 3.13.0-37-generic#64-Ubuntu SMP Mon 9月22日21:28:38 UTC 2014 x86_64 x86_64 x86_64 GNU / Linux
$ ls / usr / share / atom
libchromiumcontent.so libnotify.so.4 locales content_shell.pak libffmpegsumo.so
libudev.so.0资源icudtl.dat libgcrypt.so.11
许可证版本$ ls .atom /
compile-cache init.coffee nohup.out snippets.cson styles.less config.cson keymap.cson包存储
$ file / usr / bin / X11 / atom
/ usr / bin / X11 / atom:Bourne-Again shell脚本, ASCII文本可执行文件
答案 9 :(得分:0)
我使用Ubuntu软件中心重新安装它,然后完全(卸载它)删除它。然后安装电子。 希望这会有所帮助。
答案 10 :(得分:0)
如果你已经通过.deb安装了Atom,那么你只需删除:
sudo dpkg -r atom
答案 11 :(得分:0)
我在ubuntu 16.04中使用了下面的命令,它起作用了。
sudo apt-get remove atom
答案 12 :(得分:0)
在fedora中,可以通过以下方式将其删除:
sudo dnf remove atom