I have latest deb package of brackets 64bit. I am on Ubuntu 15.04. I am getting the following error:
dependency is not satisfiable: libgcrypt11 (>= 1.4.5)
I tried to install libgcrypt11
then I got this error:
$ sudo apt-get install libgcrypt11
Package libgcrypt11 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or is only available from another source
E: Package 'libgcrypt11' has no installation candidate
What should I do now?
Update, the version below is not longer available. Now you have to install the Trusty version:
The package
libgcrypt11
isn't longer an installable package in Ubuntu 15.04. You need now the librarylibgcrypt20
.Therefore install the latest Utopic package from here with:
Or follow the steps from my previous answer to change the dependencies for the brackets package and use
libgcrypt20
.All you have to do is install libgcrypt11 from an older Ubuntu version, such as Ubuntu 14.04 LTS:
https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_i386.deb
https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb
I had the same problem. After following the steps from A.B.'s answer, the error didn't go away. I installed Brackets from Ubuntu-After-install.
https://www.thefanclub.co.za/how-to/ubuntu-after-install
You can install Brackets via PPA:
You could download the test version package this page based on this issue
I'm new to Brackets. The install showed no issues. Only a pop-up came up with the notification that a newer version is available. This is the 1.4 version which doesn't work with libgcrypt20.
Extra
I tried following the instructions from sarathms, but version 1.4 won't start this way. From the command line
brackets
Apparently somewhere inside the compiled code, there's a dependency.