Brackets was created by Adobe,Adobe is famous for Photoshop and other designing products Brackets is an open source editor used to...
Brackets was created by Adobe,Adobe is famous for Photoshop and other designing products
In this tutorial I will show you how to install Brackets in Ubuntu 13.10 / 13.04 / 12.10 / 12.04 , LinuxMint 16 / 15 / 14 & Elementary OS 0.2
The Main Featuers of Brackets editor is code Preview and Quick edit
Installation steps
Two ways to install Brackets editor
- Via deb file
- Via ppa
Install Brackets via deb file
Download the deb file from HERE
Install the deb file after downloading
dpkg -i brackets-sprint-36-LINUX32.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 file
Step 1: Add the PPA file Provided by the webupd8 Team
sudo add-apt-repository ppa:webupd8team/brackets
Step 2: Update the Repository
sudo apt-get update
Step 3: Install Brackets
sudo apt-get install brackets
COMMENTS