Brackets, The Open Source Editor Created By Adobe Is Now Available For Linux Systems

Brackets, the open-source editor created by Adobe is now available for Linux systems. It is very usefull for web designers and developers, because it has support for HTML, CSS and JavaScript.

Watch Free Movies

Even dough is lightweight, it has some interesting functions, like Code Preview or Quick Edit. Quick Edit offers a simple and intuitive interfae, offering the user the needed tools for manipulating the code, while the Core Preview mode allows the user to quickly move through the source code for an easier edit.

 installing Brackets on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Elementary OS 0.2 Luna, Debian Sid, Debian Jessie, Debian Wheezy and Debian Squeeze

Because it is available as deb packages, installing Brackets on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Ubuntu 12.04 Precise Pangolin, Linux Mint 16 Petra, Linux Mint 15 Olivia, Linux Mint 14 Nadia, Linux Mint 13 Maya, Elementary OS 0.2 Luna, Debian Sid, Debian Jessie, Debian Wheezy and Debian Squeeze is easy.

Just download the deb files:

For 32 bit systems:

$ wget -c download.brackets.io/file.cfm?platform=LINUX32&build=29

For 64 bit systems:

$ wget -c download.brackets.io/file.cfm?platform=LINUX64&build=29

Install Brackets:

$ sudo dpkg -i brackets-sprint-29*.deb

Fix the dependencies, if needed:

$ sudo apt-get install -f

Scroll to Top