Atom 1.0 has been finally released, after being available to public for about a year.
Atom is an open-source, multi-platform text editor developed by GitHub, having a simple and intuitive graphical user interface and a bunch of interesting features for writing: CSS, HTML, JavaScript and other web programming languages. Among others, it has support for macros, auto-completion a split screen feature and it integrates with the file manager.
The latest version available is Atom 1.0, which has been recently released, bringing the following changes:
Atom 1.0 has been released and Atom will be semantically versioned going forward
Huge thanks to the hundreds of amazing contributors and package authors who have helped Atom come this far
For information about this release, see the Atom article dedicated to version 1.0.
Installation instructions:
The latest Atom builds get added to the COPR repositories, so installing them on Fedora and CentOS systems should now cause too many problems.
All you need to do is install the copr plugin, add the copr repository, update the local repository index and install the atom package. While Fedora 22 has adopted DNF, Fedora 21 and CentOS 7 still use the good old yum, as the default package manager.
How to install Atom on 64 bit Fedora 22 systems:
$ sudo dnf install dnf-plugins-core
$ sudo dnf copr enable helber/atom
$ sudo dnf update
$ sudo dnf install atom
Optional, to remove atom, do:
$ sudo dnf remove atom
How to install Atom on 64 bit Fedora 21 and CentOS 7 systems:
$ sudo yum install yum-plugin-copr
$ sudo yum copr enable helber/atom
$ sudo yum update
$ sudo yum install atom
Optional, to remove atom, do:
$ sudo yum remove atom
Leave a Reply