How to Install Brackets Editor on Ubuntu via PPA

Channel: Linux
Abstract: sudo apt-get install bracketspowerful text editor for web developers to edit source codes. It is also available for Linux systems. It has lots of feat

Brackets is a lightweight, modern, powerful text editor for web developers to edit source codes. It is also available for Linux systems. It has lots of features which you must love to use. This article will help you for installing Brackets Text editor on Ubuntu and Debian systems using apt-get or ppa.

Features
  • Provides in-line editing of source.
  • Provides provides live preview for various browser.
  • Brackets work with preprocessors in a whole new way.
  • It provides improved typing performance with code hints.
Install Brackets on Ubuntu

Brackets Text Editor PPA is maintained by the webupd8 team for Ubuntu installations. Use the following commands to add PPA in your Ubuntu system and install the package on the system.

sudo add-apt-repository ppa:webupd8team/brackets
sudo apt-get update
sudo apt-get install brackets
Launch Brackets Editor

Use system navigation and start Brackets text editor. Happy coding.

Ref From: tecadmin

Related articles