Ubuntu – How to install brackets.io from the command line

command lineppa

For some reason the gnome installer that handles .deb packages on my system is not working. I'm not concerned.

How would one install the Brackets.io program from the terminal?

Best Answer

Reference:

sudo add-apt-repository ppa:webupd8team/brackets
sudo apt-get update
sudo apt-get install brackets
Related Question