Can not install brackets from .deb file.
Please help someone.
Asked
Active
Viewed 1,013 times
1

aman ankit
- 13
1 Answers
2
You are missing the dependency libgcrypt11
so install it
Open a terminal and run these commands
wget https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb
When it finishes downloading run
sudo dpkg -i libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb
To install the package, when it finishes, install your deb again

A.B.
- 90,397

Mark Kirby
- 18,529
- 19
- 78
- 114
-
sir i think libgcrypt11 is already installed. it shows in green in synaptic package manager. i uploaded the picture. – aman ankit Nov 08 '15 at 19:44
-
1No, the development libraries are installed
libgcrypt11
isn'tlibgcrypt11-dev
– A.B. Nov 08 '15 at 19:46 -
libgcrypt11
which is the missing dependency? – Nov 08 '15 at 19:28