Return to site

Atom Editor Ubuntu

broken image


Atom is a cross-platform, sophisticated IDE text/code editor for folks who need decent editor with cool features like context-aware auto-completion, code navigation features such as an outline view, document formatting, file system browser, works with Git and GitHub directly and much more. Install Atom Text Editor in Ubuntu 16.04 (both 32&64bit) August 5, 2016 21 Comments Atom is an open-source text editor designed to be deeply customizable, but still approachable using the default configuration. It's a 'hackable text editor for the 21st century', built on Electron. Atom is an open-source cross-platform code editor developed by GitHub. It has a built-in package manager, embedded Git control, smart autocompletion, syntax highlighting and multiple panes. Under the hood Atom is a desktop application built on Electron using HTML, JavaScript, CSS, and Node.js. If, for some reason, we choose to remove the application. Then – sudo snap remove atom Install Atom text editor in Ubuntu 20.04 LTS through deb package. Since the package isn't available through standard Ubuntu repository. Therefore, to install it we need to have a deb package file. For that, visit the official website of Atom text. On ubuntu which is running in WSL on my Windows 10 machine, I want to be able to use Atom as my editor. I heard that we shouldn't use Windows applications to mess with the linux file system because that's potentially really bad (Don't know why exactly).

Atom Install Ubuntu

Atom is a cross-platform, sophisticated IDE text/code editor for folks who need decent editor with cool features like context-aware auto-completion, code navigation features such as an outline view, document formatting, file system browser, works with Git and GitHub directly and much more….

This powerful editor was developed by GitHub and works across operating systems… Use it on OS X, Windows, or Linux…. This brief tutorial shows students and new users how to install it on Ubuntu 16.04 | 18.04 and 18.10…

Whether you are new to programming or a seasoned programmer, you will need a great code editor to do your job…… and Atom IDE is a code editor that combines the simplicity and speed for any developer…..

For more about Atom IDE, please check its homepage…

And because it's a cross-platform app that works on Windows, Mac Linux PC, it should work and allow you to move between different PC platforms…

When you're ready to install Atom on Ubuntu, follow the steps below: There are multiple ways to install Atom IDE…

Option #1: Install Atom IDE from Repository

To install Atom using its official repository, you'll have to add it to Ubuntu…. You can install the app from Ubuntu default repositories… however, the version that comes with Ubuntu may not necessarily be the latest…

To install the latest version, follow the steps below… First run the commands below to install the repository key….

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

To ensure apt is set up to work with https sources, run the commands below….

Next, run the commands below to add its repository…

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

Finally, run the commands below to install…

That should install Atom Text…. When you're done, Atom Text should be installed and ready to use… To launch it, go to the Activities Overview and search Atom Text and launch it.

Option #2: Install Atom IDE via Snap

If the option above didn't work for you… you can also install Atom Text via Snap package management…. This might be the quickest way to install Atom Text…

Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully…

Congratulations! You have successfully installed Atom IDE text/code editor on Ubuntu 16.04 | 18.04 and 18.10

You may also like the post below:

Atom is a free and open-source source code editor. It was first released on February 26, 2014. It is a cross-platform application. Furthermore, at the time of writing the article – the latest stable release is 1.53.0. In this article, we would discuss how to install Atom text editor in Ubuntu 20.04 LTS release.

Since the package isn't available through standard Ubuntu repository. Therefore, we would discuss two methods. Choose any –

  1. Install Atom text editor through snap or,
  2. through deb package available on its official website.

We will discuss each of the above two methods mentioned in the following sections separately.

Note: Following operations would require you to have superuser privileges. In case you don't have one, then contact your System Administrator for assistance.

Install Atom text editor in Ubuntu 20.04 LTS through snap

A. First we have to install snap (a package management system), if it isn't installed as default. If its already there, then we may skip this part & move to B.

Since the package – snapd is available through standard Ubuntu repository. Therefore, we need to update the repository first to make the latest version of package available. Hence, issue the following in terminal –

To install the package – snapd itself –

For more information on Snap, follow the link here.

B. With snap installed, issue the following in terminal to install Atom text editor

Launch the application through the terminal –

If, for some reason, we choose to remove the application. Then –

Install Atom text editor in Ubuntu 20.04 LTS through deb package

Since the package isn't available through standard Ubuntu repository. Therefore, to install it we need to have a deb packagefile. For that, visit the official website of Atom text editor. A simple Google Search – 'Atom text editor' would help.

On the homepage of the official website. Click on Download .deb button. It would download the package file – atom-amd64.deb, around 118 MBs in size.

Atom Editor Ubuntu

Next, head to the directory where the package file was downloaded. Use cd command-line utility –

We will use dpkg (Debian package manager) to install the downloaded package file –

where,

-i option – installs the package.

Install Atom Text Editor Ubuntu

At this point, we may encounter an error –

That is due to dependency issues. To fix that, run the following in terminal –

where,

-f fixed the broken packages.

Command Line Text Editor Ubuntu

Finally, launch the application from our Systems' main menu.

In conclusion, we have discussed how to install Atom text editor in Ubuntu 20.04 LTS release.





broken image