How to Install Atom Text Editor on Centos 7.6
Installation Of Atom Text editor On centos 7.6
Installation Process
Check the centos version by using the following command
[root@linuxhelp ~]# rpm -q centos-release
centos-release-7-6.1810.2.el7.centos.x86_64
Download the atom text editor by using the following command
[root@linuxhelp ~]# wget https://github.com/atom/atom/releases/download/v1.18.0/atom.x86_64.rpm
--2019-12-11 01:34:14-- https://github.com/atom/atom/releases/download/v1.18.0/atom.x86_64.rpm
Resolving github.com (github.com)... 13.234.176.102
Connecting to github.com (github.com)|13.234.176.102|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github-production-release-asset-2e65be.s3.amazonaws.com/3228505/4d70d04e-5120-11e7-93f3-d127c12ca4ed?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20191210%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191210T200415Z&X-Amz-Expires=300&X-Amz-Signature=b3f63eb8f85480f943772520ceae60b1d398239e28b2c8496a2035eaca3b38da&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Datom.x86_64.rpm&response-content-type=application%2Foctet-stream [following]
--2019-12-11 01:34:14-- https://github-production-release-asset-2e65be.s3.amazonaws.com/3228505/4d70d04e-5120-11e7-93f3-d127c12ca4ed?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20191210%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20191210T200415Z&X-Amz-Expires=300&X-Amz-Signature=b3f63eb8f85480f943772520ceae60b1d398239e28b2c8496a2035eaca3b38da&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=attachment%3B%20filename%3Datom.x86_64.rpm&response-content-type=application%2Foctet-stream
Resolving github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)... 52.216.227.8
Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (github-production-release-asset-2e65be.s3.amazonaws.com)|52.216.227.8|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 128551353 (123M) [application/octet-stream]
Saving to: ‘atom.x86_64.rpm’
100%[====================================================>] 128,551,353 317KB/s in 5m 32s
2019-12-11 01:39:48 (378 KB/s) - ‘atom.x86_64.rpm’ saved [128551353/128551353]
Install the atom text editor by using the following command
[root@linuxhelp ~]# yum localinstall atom.x86_64.rpm
Loaded plugins: fastestmirror, langpacks
Examining atom.x86_64.rpm: atom-1.18.0-0.1.x86_64
Marking atom.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package atom.x86_64 0:1.18.0-0.1 will be installed
--> Processing Dependency: lsb-core-noarch for package: atom-1.18.0-0.1.x86_64
.
.
.
Dependency Installed:
libXScrnSaver.x86_64 0:1.2.2-6.1.el7
m4.x86_64 0:1.4.16-10.el7
patch.x86_64 0:2.7.1-12.el7_7
redhat-lsb-core.x86_64 0:4.1-27.el7.centos.1
redhat-lsb-submod-security.x86_64 0:4.1-27.el7.centos.1
spax.x86_64 0:1.5.2-13.el7
Complete!
Use the following command to open the atom text editor
[root@linuxhelp ~]# atom
Q
How do I become an ATOM Instructor?
A
Potential instructors must deliver a lecture and take a student through the lab, under the supervision of a senior instructor. The senior instructor would then critique the potential instructor on qualities such as voice delivery, interaction during lectures and lab, and good surgical skills.
Q
How do I access the ATOM Management system to complete my pre- and postcourse requirements?
A
*Please login to the ATOM Management system.
*Please select the course site from the drop-down list. Your e-mail address and the course facility’s unique password are needed for logging into the system.
*Please contact the ATOM Program office if you experience difficulties logging into the ATOM Management System.
*Please select the course site from the drop-down list. Your e-mail address and the course facility’s unique password are needed for logging into the system.
*Please contact the ATOM Program office if you experience difficulties logging into the ATOM Management System.
Q
How can I contribute to Atom?
A
You can contribute by creating a package that adds something awesome to Atom!
1. Also, if you’d like to contribute to the core editor
2. one of the bundled packages, or one of the libraries that power Atom
1. Also, if you’d like to contribute to the core editor
2. one of the bundled packages, or one of the libraries that power Atom
Q
What platforms does Atom run on?
A
Prebuilt versions of Atom are available for OS X 10.9 or later, Windows 7 or later, RedHat Linux, and Ubuntu Linux.
If you would like to build from source on Windows, Linux, or OS X, see the Atom README for more information.
If you would like to build from source on Windows, Linux, or OS X, see the Atom README for more information.
Q
Why does Atom collect usage data?
A
In the same way that aggregate usage information is important when developing a web application, we've found that it's just as important for desktop applications. By knowing which Atom features are being used the most, and how the editor is performing, we can focus our development efforts in the right place.