Menu

Install Atom Text Editor on Linux
Atom is a free and open-source text and source code editor for OS X, Linux, and Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub. Atom is a desktop application built using web technologies.Most of the extending packages have free software licenses and are community-built and maintained.

Atom is based on Electron (formerly known as Atom Shell),a framework that enables cross-platform desktop applications using Chromium and Node.js. It is written in CoffeeScript and Less.It can also be used as an IDE. Atom was released from beta, as version 1.0, on June 25, 2015.Its developers call it a "hackable text editor for the 21st Century"
Features

  • Cross-platform editing – Atom works across operating systems. You can use it on OS X, Windows, or Linux.
  • Built-in package manager – Search for and install new packages or start creating your own—all from within Atom.
  • The smart autocompletion – Atom helps you write code faster with a smart, flexible autocomplete.
  • File system browser – Easily browse and open a single file, a whole project, or multiple projects in one window.
  • Multiple panes – Split your Atom interface into multiple panes to compare and edit code across files.
  • Find and replace – Find, preview, and replace text as you type in a file or across all your projects.


INSTALLATION 
To install Atom on Linux, you can download a Debian package or RPM package either from the main Atom website at atom.io or from the Atom project releases page at https://github.com/atom/atom/releases
Install Atom on Debian, Ubuntu And Mint Linux
We can install the Atom 1.3.1 Text Editor on Debian, Ubuntu And Mint Linux enter following command:
$ wget https://github.com/atom/atom/releases/download/v1.3.1/atom-amd64.deb
$ sudo dpkg -i atom-amd64.deb
Install Atom on RHEL/CentOS and Fedora Linux

To install Atom 1.3.1 Text Editor on RHEL/CentOS and Fedora Linux enter following command:
$ wget https://github.com/atom/atom/releases/download/v1.3.1/atom.x86_64.rpm
$ sudo rpm -ivh atom.x86_64.rpm


About Author:


I am a Linux Administrator and Security Expert with this site i can help lot's of people about linux knowladge and as per security expert i also intersted about hacking related news.TwitterFacebook

Next
Newer Post
Previous
Older Post

3 comments:

  1. I believe that is among the such a lot significant info for me.
    And i am satisfied reading your article. But want to remark on some common issues,
    The web site style is wonderful, the articles is actually great : D.
    Excellent activity, cheers

    ReplyDelete
  2. An interesting discussion is definitely worth comment.
    I do think that you ought to write more on this subject,
    it might not be a taboo subject but usually people do not discuss such issues.
    To the next! Cheers!!

    ReplyDelete
  3. Link exchange is nothing else but it is simply placing the other person's blog link on your page at suitable place and other person will also do same in favor of you.

    ReplyDelete

 
Top