Installing Atom Text Editor On Ubuntu Desktop

Atom Text Editor is a well known open source text or source code editor developed by GitHub. It allows users to deal with a built-in package manager, embedded Git control, syntax highlight, and more other features. Means, this tool can be customized and used for almost every purpose, and is available for Windows, OS X, and Linux distributions as well.

Features Of Atom Text Editor
As already mentioned, it’s developed by GitHub and includes wide range of features to allow users using it everywhere. Some of the features include:

  • 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 Ubuntu
Installing Atom on Ubuntu Linux distribution is very easy and if you love this distro for your personal usage, then you might also love to have Atom installed on your desktop. And this article includes two helpful methods to install the app on your Ubuntu platform.

Approach 1: Install Atom with Packagecloud Repo

sudo apt update
sudo apt install software-properties-common apt-transport-https wget
sudo add-apt-repository “deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main”

sudo apt install atom

Approach 2: Install Atom with Snap Package

sudo apt update
sudo apt install snapd
sudo snap install atom –classic

https://servonode.com/install-atom-text-editor-on-ubuntu

#install atom text editor ubuntu #atom text editor ubuntu #install atom text editor linux

1.15 GEEK