Install Atom Text Editor on CentOS 7 Desktop
Do the following steps to install atom editor on your CentOS 7 Desktop.
Download Atom package for CentOS 7
For CentOS 7 we need to download atom .rpm package. Go to atom.io, then download .rpm package and save to your computer.
Install Atom package with yum command
Open the terminal and move into the folder which you saved the atom .rpm package. Then install the rpm file with yum command.
yum install atom.x86_64.rpm