|
Atom is an open source, cross-platform text editor with a simple and intuitive graphical user interface, and supports a variety of network programming language: CSS, HTML, JavaScript and so on. Which support macros, auto-complete function to display, integrated file manager.
The latest available version of Atom 0.104.0, supports 32-bit (i386) and 64-bit (AMD64) systems.
Installation, because PPA, supports almost all versions of Ubuntu and derivative system:
sudo add-apt-repository ppa: webupd8team / atom
sudo apt-get update
sudo apt-get install atom
Uninstall atom command:
sudo apt-get remove atom |
|
|
|