Andrei Pall

Linux Software Engineering

Install Atom text editor on Ubuntu via PPA

Atom is text / source code editor based on web technologies and you can tweak its interface with CSS or easily add new features with HTML and Javascript, at least according to its website. The text editor features Node.js integration, allowing you to seamlessly mix usage of Node and browser APIs. And of course, since it’s developed by GitHub, it features built-in Git integration.

Other Atom features include:

  • file system browser;
  • fuzzy finder for quickly opening files;
  • fast project-wide search and replace;
  • multiple cursors and selections;
  • multiple panes;
  • snippets;
  • code folding;
  • a clean preferences UI;
  • supports importing TextMate grammars and themes.

To install Atom in Ubuntu and derivatives (Linux Mint, elementary OS, etc.), use the following commands:

sudo add-apt-repository ppa:webupd8team/atom
sudo apt-get update
sudo apt-get install atom