5

How to install ATOM text editor in Ubuntu and Windows

 2 years ago
source link: https://www.laravelcode.com/post/how-to-install-atom-text-editor-in-ubuntu-and-windows
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

How to install ATOM text editor in Ubuntu and Windows

  529 views

  5 months ago

Ubuntu

Atom is hackable, modern and open-source text editor available for Linux, Windows and MacOS and developed by GitHub. ATOM is based on Electron written in CoffeeScript and Less using Chromium and Node.js.

Atom has built-in package-manager, in-built Git integration and can be used as IDE(Integrated Development Environment).

In this article, I will explain you on how to install Atom Text Editor on your Linux or Windows operating system.

Install on Linux

There are many ways to install Atom Text Editor in Linux operating system. So we have mentioned some of the easy ways. You can install it by anyone of them.

From Software center

Many linux operating system comes with Software repository application like Ubuntu has its own Ubuntu Softwares. This is the easiest way to install Atom Text Editor. For that, first open Software application from the menu.

install-text-editor-in-ubuntu-and-windows-ubuntu-menu.png

Then search for Atom text. then go to software and click install button.

install-text-editor-in-ubuntu-and-windows-ubuntu-software.png

It will directly install Atom Text Editor. After installation complete, search for Atom and open it.

From the Terminal

This is also easy way to install Atom. First search and open Terminal from the menu. Now run the bellow command to install Atom Text Editor according to your Linux Desktop Environment.

Debian/Ubuntu

wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
sudo apt-get update
sudo apt-get install atom

Fedora/RHEL/CentOS

sudo rpm --import https://packagecloud.io/AtomEditor/atom/gpgkey
sudo sh -c 'echo -e "[Atom]\nname=Atom Editor\nbaseurl=https://packagecloud.io/AtomEditor/atom/el/7/\$basearch\nenabled=1\ngpgcheck=0\nrepo_gpgcheck=1\ngpgkey=https://packagecloud.io/AtomEditor/atom/gpgkey" > /etc/yum.repos.d/atom.repo'
sudo dnf install atom

openSUSE

sudo sh -c 'echo -e "[Atom]\nname=Atom Editor\nbaseurl=https://packagecloud.io/AtomEditor/atom/el/7/\$basearch\nenabled=1\ntype=rpm-md\ngpgcheck=0\nrepo_gpgcheck=1\ngpgkey=https://packagecloud.io/AtomEditor/atom/gpgkey" > /etc/zypp/repos.d/atom.repo'
sudo zypper --gpg-auto-import-keys refresh
sudo zypper install atom

Download and install from .deb/.rpm file

This is interesting method to install Atom Text Editor. For that, first download installation files from Website in the Terminal with bellow command.

Debian/Ubuntu

wget https://atom.io/download/deb
sudo dpkg -i atom-amd64.deb
sudo apt-get -f install

Fedora/RHEL/CentOS

wget https://atom.io/download/rpm
sudo yum install -y atom.x86_64.rpm

openSUSE

wget https://atom.io/download/rpm
sudo zypper in -y atom.x86_64.rpm

Install on Windows

In Windows operating system, Generally, you can go to Atom and you should see a download button as shown here:

install-text-editor-in-ubuntu-and-windows-website-in-windows.png

Or download suitable .exe file from the GitHub. Then open File Explorer and open downloaded file. It will may take some time.

install-text-editor-in-ubuntu-and-windows-windows-installation-screen.png

Conclusion

Atom Text Editor is fantstic and modern text editor and supports 700+ themes and and has 2000+ packages to install and customise. If you are software developers, then we recommend you to give a try Atom. Though it is bit slower than lightweight editor but it also features to many features. What is your opinion on Atom?

Author : Harsukh Makwana
Harsukh Makwana

Hi, My name is Harsukh Makwana. i have been work with many programming language like php, python, javascript, node, react, anguler, etc.. since last 5 year. if you have any issue or want me hire then contact me on [email protected]


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK