Quantcast
Channel: LinuxG.net
Viewing all articles
Browse latest Browse all 2249

How to Install Atom 1.6.0 on Fedora 22, Fedora 21 and CentOS 7

$
0
0

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.6.0, which has been recently released, bringing a few changes only.

  • Add functionality and API for pending pane items
  • Improvements to multi-pane usage
  • Block Decorations
  • Async Git
  • Top and bottom bar API

Installation instructions:

Atom is available for Fedora 22, Fedora 21 and CentOS 7 systems via the COPR repositories, so installing it on your system should not cause many problems. Unfortunately, Atom is available only for 64 bit (x86_64) systems.

Both Yum (default package manager till Fedora 22) and DNF (the new package manager of Fedora 22) have some pluging that permit the users to easily add and enable COPR repositories to their systems.

How to install Atomon 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

 

Share and Enjoy

TwitterFacebookGoogle PlusEmailRSS

Viewing all articles
Browse latest Browse all 2249

Trending Articles