Download Atom 0.208.0 Text Editor PPA on Linux Ubuntu Systems. Terminal commands to install Atom 0.208.0 Text Editor on Ubuntu 15.04, Ubuntu 14.04, Linux Mint and Derivatives.
Atom is an open-source, multi-platform text editor developed by GitHub. The Atom 0.208.0 has been released with support for files larger than 2 MB. It also includes various improvements that are noteworthy.
Notable Changes
- Atom now opens files larger than 2MB with syntax highlighting, soft wrap, and folds disabled. We’ll work on raising the limits with these features enabled moving forward
- Double-clicking a file in the Tree View now makes it a permanent tab when using preview tabs
- The Symbols View now automatically scrolls to the function in the editor as you move between functions in the list
- Optimizations to editor rendering in 0.206.0 disabled sub-pixel anti-aliasing. It has been restored in this release.
Install Atom 0.208.0 Text Editor on Ubuntu Systems
Open Terminal and run the following commands to install Atom 0.208.0 Text Editor on Ubuntu 15.04, Ubuntu 14.04, Linux Mint and Derivatives.
$ sudo add-apt-repository ppa:webupd8team/atom
$ sudo apt-get update
$ sudo apt-get install atom
If you wish to uninstall and remove the Atom Text Editor run the following command:
$ sudo apt-get remove atom