Brackets is an open-source code editor for web design and development built on top of web technologies such as HTML, CSS and JavaScript, available for Linux, Windows and Mac OS X. More information you can see on the official site where you also can download .deb] package (1.7 version, last for current time) for install editor.

Some editor features:

  • Made with Javascript
  • Node.js integration
  • Cross-platform support: Windows, Linux, and OS X.
  • A built-in package manager
  • Smart autocompletion
  • File system browser
  • Find and replace
  • Support themes
  • Inline Editors
  • Live Preview
  • Preprocessor Support

Install Brackets in Ubuntu 16.04 (both 32&64bit) via PPA:

1. Add PPA

Open terminal (Ctrl+Alt+T) and run the command:

sudo add-apt-repository ppa:webupd8team/brackets

2. Update system package index via command:

sudo apt update

3.Install Atom editor via command:

sudo apt-get install brackets

For remove Brackets text editor use Synaptic Package Manager or just run apt command with remove flag:

sudo apt remove --purge brackets