Install Atom Text Editor on Ubuntu System using PPA
By Anuket Jain On 11 January 2016 In Linux
Atom is a text editor that’s modern, approachable, yet hackable to the core—a tool you can customize to do anything but also use productively without ever touching a config file. Atom resembles a lot like Sublime Text editor, a hugely popular cross platform but closed source text editor which is preferred by programmers. To know more about Atom you can read Atom official website.
Features:
Few of useful features are given below.
Add PPA for Atom
Say thanks to webupd8team for maintaining PPA for Atom. Use the following command to add PPA for Atom:
# sudo add-apt-repository ppa:webupd8team/atom
Install Atom Text Editor
Now download Atom text editor file and install on your system using following commands.
# sudo apt-get update # sudo apt-get install atom
Start Atom Editor
Now start Atom text editor using following command:
$ atom
Enjoy it!