How to Install Atom Text Editor on Ubuntu 18.04 / 16.04

 

ATOM is a free and open-source IDE  for Linux, Windows and Mac Operation system with help for modules written in Node.js, and installed Git Control, created by GitHub. Particle is a work area application assembled utilizing web innovations. The vast majority of the expanding bundles have free programming licenses and are network manufactured and kept up. Particle depends on Electron, A system that empowers cross-stage work area applications utilizing Chromium and Node.js. It is written in CoffeeScript and Less, It is completely adjustable in HTML, CSS, and JavaScript, Officaial webiste – https://atom.io/.

In this post, We will install Atom on ubuntu 16.04 and 18.04, Simple step are given below:–

Update Repository

Step 1:- You need to update ubuntu current repository by following command.

$ sudo apt-get update

Install Dependencies

Step 2:- You need to install the required dependencies using the given command.

$ sudo apt-get install software-properties-common apt-transport-https -y

Add Atom Repository

Step 3:- Add the Atom repository by following the command.

$ sudo wget -q https://packagecloud.io/AtomEditor/atom/gpgkey -O- | sudo apt-key add –

$ sudo add-apt-repository “deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main”

Install Atom

Step 4:- Install Atom packages by using the command.

$ sudo apt-get update
$ sudo apt-get install atom -y

How to Install Atom Text Editor on Ubuntu 18.04 / 16.04

One thought on “How to Install Atom Text Editor on Ubuntu 18.04 / 16.04

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top