-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Install on Ubuntu 16.04 fails, wants libgcrypt11, only has libgcrypt20 #12380
Comments
Hello, I am a total Linux newb. I was about to try Ubuntu 16.04 LTS and Brackets in an attempt to get Windows 10 out of my life. First thing I find in my research is your post. Would you be so kind as to tell me:
MANY thanks. |
|
Like you @jdittrich mentioned, this issue is tracked at #10255, which contains workarounds for the issue too. The Linux version is looking for contributors to fix this and other issues (such as missing features, CEF update...) if you'd like to help out or happen to know someone who might be. 👍 |
After a lot of reading it seems there was no legal way for Adobe to add the missing dependency in the official build, so some kind person has done it anyway: https://brbsix.github.io/2015/10/28/fix-missing-libgcrypt11-for-brackets-text-editor/ I have not had time to test it yet. The whole thing has been dealt with terribly by Adobe, real shame. There is no clear official info on this, it should be printed in massive bold letters next to the official download button! How long does it take someone to add a sentence next to a button? Here we go, i will do it: A modern, open source text editor that understands web design.
**PLEASE NOTE: Linux build will not work on the following distributions due to a missing dependency: ubuntu-16.04-desktop-amd64 Unofficial builds are available and can be found online.** I am afraid I don't have the skills yet to help or I would. |
Works fine for me, they're both installed:
|
@Learn-Digital-Audio sugested site now it is on https://brbsix.github.io/2015/10/29/fix-missing-libgcrypt11-for-brackets-text-editor/ |
It has not been fixed in 1.7 version, unfortunatly. lib x64 https://www.dropbox.com/s/qkcnf8724ko9vos/libgcrypt.so.11?dl=1 And I create in ~/.local/share/applications/ a .desktop descriptor to launch from menu I hope to help someone :) |
A simple temporary fix is to install the libgcrypt11 from Canonical LaunchPad website. It is a deb package. Install it and retry installing Brackets. Works for me for Brackets v1.7. Btw good job @brbsix! 👍 |
@IamRudra Thanks for the solution, It worked for me. I also found other steps to install it. i.e via PPA sudo add-apt-repository ppa:webupd8team/brackets These three commands will also install the brackets, but i think the above solution is better as It also creates a luncher icon where as PPA doesn't. Not sure though. |
We are tacking the problem on #10255. |
Just went through the comments on #10255 - Folks on that thread would be disappointed to know that the most appreciated comment on this issue is something that they've termed as ugly dangerous etc etc etc 😈 |
@IamRudra you have saved my day, installing libgcrypt11 separately worked for me like a charm. Thanks a lot. |
@blbwd - Cheers! 👍 |
Just install .deb of this site: (https://packages.debian.org/wheezy/amd64/libgcrypt11/download)
And then all right :). |
Thank you @kahon |
What about a real solution? |
@raghuveer-kurdi your fix is the best here - this keeps all the packages installed within scope of a package manager. |
thanks to @kahon , it works perfectly but you should use |
thanks for all @kahon |
When attempting to install Brackets on Ubuntu 16.04 LTS, the installation fails silently (if not done via
dpkg
on the command line). This is because Brackets depends on libgcrypt11; the installation routine remarks that libgcrypt11 is not installed. Ubuntu 16.04 only comes with libgcrypt20.The installation of the transitional libgcrypt11-dev does not resolve the problem (is only a dummy-package)
The attempted installation leaves the packaging system in a state of unresolved dependencies
sudo apt-get -f install
fixes the problem though.The text was updated successfully, but these errors were encountered: