[How To] Install Atom Text Editor On Debian 9/10 Linux

Install Atom Text Editor On Debian

This tutorial is about how to install Atom Text Editor on Debian Linux 9/10. So, you can easily install this widely popular file editor on your Debian 9/10 machines easily. Atom is a widely popular application which is crafted on Electron and enables users to deal with a plenty of useful features.

What is Atom Text Editor

Atom text editor is one of the most powerful application allowing users to edit text files with enhanced features. Its interface is quite clean and includes a number of features. It offers split view, Git integration, and many more. Users can also install addition themes, extensions or plugins, to extend the overall function of app. Since this application is available for cross platform, It can also be used on Linux distributions, and this article will help you to install Atom on Debian Linux platforms.

Features of Atom Text Editor

Atom is actually one of the products of GitHub, and having the app installed on your system, you can avail a number of features which are as follows:

  • Available to be used for Cross-platform editing, means it can be used on any OS platforms.
  • Built-in package manager allows you to search, install and create your own packages within its interface.
  • In-built auto completion helps to write coding faster than ever.
  • Used for browsing a file, project and even multiple projects in a single interface.
  • Offers a number of panes to compare and edit code across different files.
  • Allows to deal with find and replace feature.

How to install Atom Text Editor on Debian Linux

To install Atom on Debian Linux platform is quite easy and needs to follow just a few steps. In this article, we will discuss two methods to have the app installed which are discussed here:

To install Atom on Ubuntu, Click Here
To install Atom on Fedora, Click Here

Approach 1: Install Atom with Official Deb File

As mentioned, one of the approach to install Atom on Debian OS based system is to choose .deb file from official website of Atom. Just visit the site and click on the button named Download.deb as mentioned below.

Atom text editor debian package

Download the file and save on on your local machine within any directory you want. It will be saved in Downloads directory by default. To view the downloaded file in directory, run the commands below:

cd ~/Downloads
ls -lh

Install Atom text editor Debian

Now, run the commands to update APT package repository cache and install atom-amd64.deb file.

sudo apt update
sudo apt install ./atom-amd64.deb

Here, the installation process to install Atom will begin, just follow on screen instructions to complete the process successfully. You can now access the Atom text editor on your Debian Linux.

Approach 2: Install Atom Text Editor With Snap

Another easy method to install Atom text editor on Debian OS based system is to use Snap. Snaps are basically the applications which are packaged with all dependencies which can be used to run over any Linux distributions. To install Atom using snap, follow the guidelines:

Enabling and installing Snap

Users running Debain 9 or newer versions can run these commands to install Snap on their system.

sudo apt update
sudo apt install snapd
sudo snap install core

Installing Atom text editor

To install the Atom on system, just run a single command as mentioned.

sudo snap install atom –classic

That’s it, now you can launch the application on your machine through Application Menu and use the app according to your needs.

Install Atom Text Editor On Debian

Here, you can use the application for your purposes like writing HTML, CSS and other codes as well as access projects, and do even more with its stunning features. You can also install new themes, extensions, and other required packages as well.

Checking Atom version details

If you want to check check the version of Atom text editor app on your machine, you can use a command in terminal as:

atom –version

Conclusion

Atom text editor is really very helpful and one of the famous text editor allowing users to deal with various features, even a split view that helps to work on multiple files or projects at once. Installing this app on Debian platform is quite easy with the approaches we discussed, Do share this tutorial with your friends. If you have any question, you can click to Visit Our Discussion Board.