YouTube Icon

Code Playground.

How to Install Atom Text Editor on CentOS 7

CFG

How to Install Atom Text Editor on CentOS 7

Particle is an open-source cross-stage code editorial manager created by GitHub. It has an inherent bundle administrator, inserted Git control, brilliant autocompletion, linguistic structure featuring and numerous sheets. 

In the engine Atom is a work area application based on Electron utilizing HTML, JavaScript, CSS, and Node.js . 

In this instructional exercise, we will introduce Atom Text Editor on CentOS from their official stores. 

Prerequisites

The client you are signed in as must have sudo advantages to have the option to introduce bundles. 

Installing Atom on CentOS

Follow the means underneath to introduce Atom on CentOS 7: 

Start by bringing in the Atom store's GPG key: 

sudo rpm --import https://packagecloud.io/AtomEditor/atom/gpgkey

Make the accompanying repo document to empower the Atom storehouse: 

sudo nano /etc/yum.repos.d/atom.repo

Glue the accompanying substance into the document: 

/etc/yum.repos.d/vscode.repo

[Atom]
name=Atom Editor
baseurl=https://packagecloud.io/AtomEditor/atom/el/7/$basearch
enabled=1
gpgcheck=0
repo_gpgcheck=1
gpgkey=https://packagecloud.io/AtomEditor/atom/gpgkey

Spare and close the document. 

When the storehouse is empowered, introduce the most recent adaptation of Atom with: 

sudo yum install atom

Yum will provoke you to import the vault GPG key. Type y and hit Enter. 

Starting Atom

Since Atom is introduced on your CentOS framework you can dispatch it either from the order line by composing code or by tapping on the Atom symbol (Applications - > Programming - > Atom). 

At the point when you start the Atom editorial manager unexpectedly, a window like the accompanying ought to show up: 

You would now be able to begin introducing subjects and expansions and arranging Atom as per your inclinations. 

Upgrading Atom

To redesign your Atom establishment when new deliveries are distributed, you can utilize the yum bundle director ordinary overhaul technique: 

sudo yum update

Conclusion

You have effectively introduced Atom on your CentOS 7 machine. To get familiar with how to utilize Atom, from learner rudiments to cutting edge strategies, visit their official documentation page. 

On the off chance that you have any inquiries, if you don't mind leave a remark beneath.




CFG