How to install brackets Text/ Code Editor 1.6/ 1.7 on Ubuntu 15.04/ 15.10/ 16.04

Brackets is a lightweight, yet powerful, modern text editor. It blends visual tools into the editor so you get the right amount of help when you want it without getting in the way of your creative process. You'll enjoy writing code in Brackets.

This editor i think is worth using by every developer who needs to do the programming thing swiftly, because, to me, i would say it is extremely intelligent.
I love it especially for its live preview features, inline editing and preprocessor support.




Above is a feel of the editors look and feel.

INSTALLATION:
i. Download brackets .deb from brackets download.
ii. Open terminal with ("alt + ctrl + T"), 

iii. navigate to the folder you download it to, and then
iv. type in this code
    sudo dpkg -i Brackets.Release.XXX.deb 

*********************OR from ***************
iii. simple type in pwd and hit ENTER - to show you your current/present working directory, then copy your present-working-directory, and
iv. type in :
sudo dpkg -i /present-working-directory/Brackets.Release.XXX.deb

*****************************NOTE**********************************************
a. XXX in the above represents the version of Brackets you downloaded, and
b. present-working-directory represents the value return when you typed in pwd in the TERMINAL
c.  If you get any errors usually about the libgcrypt11 dependency on installation of brackets using the steps above, it may imply that your system came with libgcrypt20 and Brackets was not built to work with that, but no worries, as the solution to that is in my previous post on this blog, or just click this link to visit it. After this step is done you can carry out the steps 4 again.

SAMPLE OUTPUT:


For this output, i downloaded a version 1.7-64-bit .deb file and my present-working-directory is /home/hack/Downloads

Thanks for visiting this blog. 
I look for bringing more solutions to you. Just stay connected with me by visiting here for more informations.

I love you.
You can contact me @ anikenneth333@gmail.com

How to install brackets Text/ Code Editor 1.6/ 1.7 on Ubuntu 15.04/ 15.10/ 16.04 How to install brackets Text/ Code Editor 1.6/ 1.7 on Ubuntu 15.04/ 15.10/ 16.04 Reviewed by Unknown on 11:39 Rating: 5

No comments:

Powered by Blogger.