> ## Content Index
> Fetch the complete content index at: https://yinguobing.com/blog/llms.txt
> Use this file to discover other available public pages before exploring further.

# Ubuntu 16.04安装Brackets
- URL: https://yinguobing.com/blog/install-brackets-on-ubuntu-16-04/
- Published: 2016-09-12T02:49:43.000Z
- Updated: 2022-05-29T07:42:25.000Z
- Description: Ubuntu 16.04在安装Brackets时会报错，提示缺少依赖包`libgcrypt11`。
- Author: 尹国冰
- Tags: 生活故事

Ubuntu 16.04在安装Brackets时会报错，提示缺少依赖包`libgcrypt11`。通过`apt-get`则只能安装到更新一点的`libgcrypt20`。

这是一个[BUG](https://github.com/adobe/brackets/issues/10255?ref=yinguobing.com)，因为Brackets用了ChromiumEmbeded的一个较老的分支造成的，而且现在依旧是open的状态。

好在Github上的[@dinusuresh](https://github.com/dinusuresh?ref=yinguobing.com)提供了一个方法：安装`libgcrypt11`来规避这个问题。

- 32-bit: [https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11\_1.5.3-2ubuntu4.2\_i386.deb](https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11%5F1.5.3-2ubuntu4.2%5Fi386.deb?ref=yinguobing.com)
- 64-bit: [https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11\_1.5.3-2ubuntu4.2\_amd64.deb](https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11%5F1.5.3-2ubuntu4.2%5Famd64.deb?ref=yinguobing.com)

安装完成后，Brackets可以运行了。