CentOS

Install Atom Text Editor on RHEL 8 / CentOS 8

How do I install Atom Text Editor on RHEL 8 / CentOS 8?. Atom is a hackable text editor developed in 2015 by Github using Electron Framework for the 21st century with all the features you’ll love about other favorite editors. Atom is designed to be deeply customizable, but still approachable using the default configuration.

Original content from computingforgeeks.com - post 18523

You can also use Atom as an integrated development environment (IDE). Its set of features can be extended using built-in packages and others available for installation. Most of the packages are freely licensed and maintained by the community.

Installing Atom on RHEL 8 / CentOS 8

The latest release of Atom is available on Atom homepage.

For CLI download, use check Github releases page.

curl -SLO https://github.com/atom/atom/releases/download/v1.60.0/atom.x86_64.rpm

See below.

install atom text editor rhel centos

Then proceed to install it using dnf command.

sudo dnf localinstall ./atom.x86_64.rpm

Agree to download and install all dependencies.

....
Transaction Summary
======================================================================================================================================================================================================
Install  28 Packages

Total size: 224 M
Total download size: 30 M
Installed size: 709 M
Is this ok [y/N]: y

Launch Atom Text Editor on RHEL / CentOS 8

Now that the installation is done, proceed to launch and enjoy using it as IDE and as text editor.

install adobe flash player rhel centos 3

You’re on the road to successful coding with Atom on RHEL / CentOS 8.

Keep reading

Install Arch Linux the Easy Way with archinstall Arch Linux Install Arch Linux the Easy Way with archinstall Backup and Restore Linux Systems with Timeshift Debian Backup and Restore Linux Systems with Timeshift Fix Touchpad Issues on Linux (Ubuntu 24.04 / Fedora / Debian 13) Desktop Fix Touchpad Issues on Linux (Ubuntu 24.04 / Fedora / Debian 13) Install Zorin OS 18 Step-by-Step with Screenshots Desktop Install Zorin OS 18 Step-by-Step with Screenshots How to Install LibreOffice on Fedora 44 / 43 / 42 Desktop How to Install LibreOffice on Fedora 44 / 43 / 42 Install Ceph Storage Cluster on CentOS|Rocky|Alma Linux 8 Storage Install Ceph Storage Cluster on CentOS|Rocky|Alma Linux 8

Leave a Comment

Press ESC to close