How to uninstall Atom text editor on Linux?

后端 未结 10 1398
感动是毒
感动是毒 2021-01-31 07:12

i was reading the documentation looking for a way to cleanly uninstall Atom from my linux OS, but i didn\'t find anything related.

Is there a set of directories to delet

10条回答
  •  甜味超标
    2021-01-31 07:27

    Atom may also be installed as a Snap. You can find out by using:

    $ sudo snap list
    

    If you see it in the list you can remove it with:

    $ sudo snap remove atom
    

    For more on snaps: https://www.ubuntu.com/desktop/snappy

提交回复
热议问题