This tutorial shows multiple ways to install and uninstall Linux flavours
How to install Atom Text Editor on Linux
There are different flavors of Linux.
install on Linux Mint using the Debian package
Atom editor can be installed on mint using the Debian package.
Install atom on Ubuntu
First, update all libraries to latest using below command
sudo apt update
first, add apt package repository as given below
sudo add-apt-repository ppa:webupd8team/atom
Next, Run sudo apt update command
Finally, Installs atom version using apt command.
sudo apt install atom
To upgrade to latest version, you can run below command in terminal.
sudo apt upgrade