1

Can not install brackets from .deb file.
Please help someone.

enter image description here

enter image description here Its solved.

1 Answers1

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