Install latest release of Atom Text Editor – Atom 0.190.0 on 64 Bit Linux Fedora 22, Fedora 21 And CentOS 7 Systems. Download and install Atom Text Editor on Linux Fedora 22, Fedora 21 And CentOS 7 Systems
Atom is an open-source, multi-platform text editor developed by GitHub. Atom Text Editor have a simple graphical user interface with lots of interesting features for editing on Text files and program codes.
Install Atom 0.190.0 on 64 bit Fedora 22
sudo dnf install dnf-plugins-core
sudo dnf copr enable helber/atom
sudo dnf update
sudo dnf install atom
You can also run the following command:
sudo yum install yum-plugin-copr
sudo yum copr enable helber/atom
sudo yum update
sudo yum install atom
To uninstall and remove Atom Text Editor from Fedora 22 System, run the following command:
sudo yum remove atom
You can also run the following command:
sudo dnf remove atom
Install Atom 0.190.0 on 64 bit Fedora 21 and CentOS 7
sudo yum install yum-plugin-copr
sudo yum copr enable helber/atom
sudo yum update
sudo yum install atom
To uninstall and remove Atom Text Editor from Fedora 21 and CentOS System, run the following command:
sudo yum remove atom