Brackets was created by Adobe,Adobe is famous for Photoshop and other designing products Brackets is an open source editor used to edi...
Brackets was created by Adobe,Adobe is famous for Photoshop and other designing products
Brackets is an open source editor used to edit HTML files,CSS and Javascript files.It was intially released for Windows and MacOS-X and later they released for Linux.
In this tutorial I will show you how to install Brackets 1.6 in Ubuntu 14.04 / 12.04 and newer versions, LinuxMint 17 / 16
Installation steps
Two ways to install Brackets editor- Via deb file
- Via ppa
Install Brackets via deb file
Download the deb file from HEREInstall the deb file after downloading
dpkg -i Brackets.Release.1.6.64-bit.deb
Install Brackets via PPA
Brackets can be installed via ppa,but that ppa is not from Adobe,Webupd8 Team Providing PPA,so installtion of Brackets is easy than deb fileStep 1: Add the PPA file Provided by the webupd8 Team
sudo add-apt-repository ppa:webupd8team/bracketsStep 2: Update the Repository
sudo apt-get updateStep 3: Install Brackets
sudo apt-get install brackets
COMMENTS