Return to site

Atom Editor Ubuntu

broken image


Atom is a free and open source cross-platform code editor developed by GitHub. It It includes support package manager, Node.js plugins, embedded Git control, smart auto-completion, syntax highlighting and multiple panes. Atom is a desktop application built using web technologies. Android usb laptop. Atom is based on Electron a framework that enables cross-platform desktop applications using Chromium and Node.js. It is written in CoffeeScript and Less. In this tutorial, described how to install Atom Text Editor on Ubuntu 18.04 system.

  • Atom is a text editor that's modern, approachable, yet hackable to the core—a tool you can customize to do anything. Atom text editor comes with cross-platform editing features, built-in package manager, smart autocompletion feature and file system browser. It also supports multiple panes and find and replace function.
  • Atom text editor was first released on February 26, 2014. It is a free and open-source source code editor. It has been released under MIT License. At the time of writing the article, latest stable release available is 1.41.0. In this article, we would focus on how to install Atom text editor in Ubuntu 19.10.

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.

Prerequisites#

Atom editor ubuntu

Before you start Atom Text Editor installation on Ubuntu, you are logged in as a non-root user with administrator-level privileges.

Install Atom on Ubuntu#

Follow the below steps to install Atom on your Ubuntu 18.04 system:

At first, update the apt package list by typing:

After that you should install necessary dependencies for fetching packages from https sources:

Import GPG key of the repository using following wget command:

Next add the Atom apt repository to your system using below command:

Once the repository enabled again update the package index list:

Finally, Execute the below command to install Atom Text Editor:

That's all. Atom is installed on your Ubuntu system and ready to use.

Starting Atom#

Now Atom is ready to start it using your system terminal by typing atom or your can launch from Activities -> Atom menu.

When you launch Atom editor first time it will look like as below:

Update Atom Text Editor#

You can update the Atom when a new version is available. You can update it through your desktop standard Software Update tool. Alternatively, you can update by running the following commands in your terminal:

Conclusion#

Install Atom Text Editor Ubuntu

You have learned how to install Atom on your Ubuntu 18.04 system. You also can customize your Atom editor by installing plugins. If you would like to get more details about Atom visit the official Atom documentation page.

If you have any question or suggestion, please leave comment below.

Atom Editor Tutorial

If our content helps you, please consider buying us a coffee Temtem on android.

Thank you for your support.

In this article, we will have explained the necessary steps to install and configure Atom Editor on Ubuntu 20.04 LTS. Before continuing with this tutorial, make sure you are logged in as a user with sudo privileges. All the commands in this tutorial should be run as a non-root user.

Atom is an open-source text and source code editor for Windows, Linux, and macOS, developed by GitHub. It is called 'A text editor for the 21st century' due to being a highly customizable text editor.

Install Atom Editor on Ubuntu

Step 1. First, before you start installing any package on your Ubuntu server, we always recommend making sure that all system packages are updated.

Step 2. Install Atom on Ubuntu 20.04 system.

Atom text editor offers an official package repository for the Ubuntu operating system. Now we sdd a signing key and repository to your system:

Then, install the latest version of Atom using following command:

Step 3. Start Atom Editor.

Atom Editor Ubuntu 16.04

You can start Atom from the command line or by searching on your Desktop start menu:

That's all you need to do to install Atom Editor on Ubuntu 20.04 Focal Fossa. I hope you find this quick tip helpful. Don't forget to share your valuable queries/suggestions in the below comment box & also drop your worthwhile feedback.





broken image