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
If you installed atom using the .deb package, you can remove it using this command:
sudo apt-get remove atom
If you want to remove any config directories, you can use this command:
sudo apt-get purge atom