alexislucena
12/5/2016 - 10:55 AM

Ubuntu: Install Atom on Ubuntu 16.04 via unofficial PPA

Ubuntu: Install Atom on Ubuntu 16.04 via unofficial PPA

Add PPA

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

Update and install Atom editor

$ sudo apt update
$ sudo apt install atom

To remove Atom text editor

$ sudo apt remove --purge atom

Source
http://tipsonubuntu.com/2016/08/05/install-atom-text-editor-ubuntu-16-04/