What is the best way to upgrade atom on Linux Ubuntu ? I install atom using official doc
git clone https://github.com/atom/atom cd atom script/build sudo
wget https://atom.io/download/deb -O atom64.deb sudo dpkg --install atom64.deb
or
wget https://atom.io/download/rpm -O atom64.rpm sudo dnf install atom64.rpm
the above URLs redirect to https://atom-installer.github.com/
https://atom-installer.github.com/