Can not install brackets from .deb file.
Please help someone.
Asked
Active
Viewed 1,020 times
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.
- 92,125
Mark Kirby
- 18,949
- 19
- 79
- 116

