Brackets is a free open source code editor that makes it easy for web developers to create powerful JavaScript, CSS and HTML projects. Brackets is still in its early access and you can find more information about it here.
In this tutorial will show you how to easily install Brackets under the following Ubuntu/Linux Mint distros:
Brackets Installation
For 64-bit systems, you can install Brackets using these commands:
For 32-bit platforms, run these commands:
Tou can now use the Dash to start the application:
Have a nice day :)
In this tutorial will show you how to easily install Brackets under the following Ubuntu/Linux Mint distros:
- Ubuntu 14.10/14.04 or older
- Linux Mint 17.1 or older
Brackets Installation
For 64-bit systems, you can install Brackets using these commands:
cd /tmp
wget http://goo.gl/T0eQ7C -O Brackets.Release.1.1.64-bit.deb
sudo dpkg -i --force-depends Brackets.Release.1.1.64-bit.deb
sudo apt-get -f install
For 32-bit platforms, run these commands:
cd /tmp
wget http://goo.gl/2l4LhW -O Brackets.Release.1.1.32-bit.deb
sudo dpkg -i --force-depends Brackets.Release.1.1.32-bit.deb
sudo apt-get -f install
Tou can now use the Dash to start the application:
Have a nice day :)
Post a Comment