Hack The Sec - Leading Resource Of Linux Tutorial
How to Install Brackets (An Open Source Text/Code Editor) On Linux

How to Install Brackets (An Open Source Text/Code Editor) On Linux

Brackets An Open Source Text/Code Editor By Adobe Developers
Brackets is a free open-source editor written in HTML, CSS, and JavaScript with a primary focus on Web Development. It was created by Adobe Systems, licensed under the MIT License, and is currently maintained on GitHub. Brackets is available for cross-platform download on Mac, Windows, and Linux.

Features

  • Quick Edit
  • Quick Docs
  • Live Preview
  • JSLint
  • LESS support
  • Theseus integration
  • Open source
  • Extensibility
Download

The Adobe Brackets is available for both architectures 32bit and 64bit, it is cross platform as well available for Linux, Windows and Mac. There is 'Extract bundle' available too.



Dependency for 16.04 Xenial/15.10 Wily
To install libgcrypt11 package for Ubuntu 16.04/15.10 (Press Ctrl+Alt+T) and copy the following command in the Terminal:
32bit
# wget http://archive.ubuntu.com/ubuntu/pool/main/libg/libgcrypt11/libgcrypt11_1.5.3-2ubuntu4_i386.deb
# sudo dpkg -i libgcrypt11_1.5.3-2ubuntu4_i386.deb
64bit
# wget http://archive.ubuntu.com/ubuntu/pool/main/libg/libgcrypt11/libgcrypt11_1.5.3-2ubuntu4_amd64.deb
# sudo dpkg -i libgcrypt11_1.5.3-2ubuntu4_amd64.deb
www.hackthesec.co.in
H

About the author

I am a Linux Administrator and Security Expert. Through this site I share Linux tutorials, hardening guides and security news.

Comments