Install Atom 1.4.3 text editor on Linux Ubuntu Systems, via webupd8team PPA. Terminal commands to install Atom on Ubuntu 15.04, Ubuntu 14.04, Ubuntu 15.10 and Ubuntu 14.10. Atom is a powerful multi-platform text editor developed by GitHub. It is known for its powerful features and an intuitive graphical user interface. The Atom text editor supports macros, auto-completion and split screen.
Install Atom 1.4.3
Atom 1.4.3 can be installed on Linux Ubuntu Systems, via webupd8team PPA. Run the following command in Terminal to install Atom 1.4.3 text editor:
$ sudo add-apt-repository ppa:webupd8team/atom
$ sudo apt-get update
$ sudo apt-get install atom
Once installed, open the Atom Text Editor from Ubuntu Dash or Menu.
If you want to uninstall and remove the Atom text editor, run the following command:
$ sudo apt-get remove atom