A guide on how to install code editor brackets in Ubuntu Linux.
Install Brackets in Ubuntu
Brackets.io is a free open source code editor for web development. In this tutorial, you would learn how to install brackets in the Ubuntu system.
a) First download the installer (.deb) from the brackets.io home page for Ubuntu Linux.
b) To download: Go to http://brackets.io/ and click Download Brackets.
c) If you are using Firefox, then it would be downloaded on /home/your.user.name/downloads. Open Terminal and go to the folder where it was downloaded.
d) Run the below command to install the brackets.io
sudo dpkg -i Brackets.Release.0.41.64-bit.deb
Wait for the installation to finish.
e) Go to the Search bar of Ubuntu and search for Brackets. Click the brackets ICON.
f) Brackets.io should be up and running.