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
On Ubuntu 14.04, with Atom 1.0, I didn't find anything under /usr/local/bin/
.
However, the install was at /usr/share/atom/
, which I deleted.
I would use simply
sudo apt remove --purge atom
since it is also suggested in the (un-official) installation page here
In RHEL (I guess also Fedora/CentOS), just type: yum erase atom
In fedora,it can be removed by:
sudo dnf remove atom