-->

    Social Items

How To Install Atom Text Editor On Ubuntu 18.04

How To Install Atom Text Editor On Ubuntu 18.04 - In this post, we will learn how to install the Atom text editor on Ubuntu. Atom is a free or open source text editor developed by Github. To find out more about Atom, you can open the Atom website. One of the advantages of this text editor is the availability of plugins that can help work easier.

Features provided by Atom:
  • Smart Autocompletion
  • Multiple Panes
  • File System Browser
  • Built-in Package Manager
  • Find and Replace
  • Cross-Platform Editing

How To Install Atom Text Editor On Ubuntu 18.04


Via PPA (Personal Package Archive)


Open the terminal and follow the command every step.

Step 1: Adding PPA

$ sudo add-apt-repository ppa:webupd8team/atom

Step 2: Update and Install Atom

$ sudo apt-get update
$ sudo apt-get install atom

After installation is complete then the Atom already in Ubuntu. Just open the Atom from search Ubuntu.

Picture of Atom
Picture of Atom

Optional:  Uninstall Atom


To uninstall Atom, you can use the following command line:
sudo apt-get remove --purge atom

How To Install Atom Text Editor On Ubuntu 18.04

Subscribe Our Newsletter