There are plenty of code editors available for linux based operating system. Some of them are free whereas some of them are paid too. Brackets is also one of the those code editors which is being widely used by developers around the world. Brackets is a lightweight, yet powerful, modern text editor. Brackets is available for Windows, Linux and OS X platform. Brackets 1.11 is the latest version at the time of this article writing.
How To Install Brackets Code Editor In Linux
Well, here we will show you the method to install brackets code editor in ubuntu and we will do it via PPA.
How to Install in Ubuntu via PPA
sudo add-apt-repository ppa:webupd8team/brackets sudo apt-get update sudo apt-get install brackets
How to uninstall or remove Brackets Code
sudo apt-get remove --autoremove brackets
Meanwhile, You can download brackets from the download link below.