How to install brackets.io from the command line?

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?


Solution 1:

Reference:

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

Solution 2:

How to install Brackets.Release.1.8.64-bit on ubuntu-16.04.1-desktop-amd64:

1) Download Brackets.Release.1.8.64-bit.deb.

2) Download libgcrypt11_1.5.3-2ubuntu4.4_amd64.deb.

$ cd ~/Downloads/
$ wget http://security.ubuntu.com/ubuntu/pool/main/libg/libgcrypt11/libgcrypt11_1.5.3-2ubuntu4.4_amd64.deb

3) Install libgcrypt11:

$ sudo apt-get install libgcrypt11-dev
$ cd ~/Downloads/
$ sudo dpkg -i libgcrypt11_1.5.3-2ubuntu4.4_amd64.deb

4) Install Brackets:

Brackets

5) Run Brackets:

Brackets