Download and install brackets text editor in kali/ubuntu

Brackets is a code editor with some basic IDE-like features. If you are a web developer, Brackets is an excellent choice for you. It is pretty lightweight yet robust.

The app allows you to design and see app previews in real-time for web applications. It has an inline editor that allows opening a window in the required code.

Brackets is open source and free for all. It has good community support, too, so rest assured, you’ll get quick solutions to all your problems.

Download and install using snap

we can download and install Brackets text editor using snap to do that just copy this command and paste it into your terminal

sudo snap install brackets --classic

Leave a Reply