Ubuntu 16.04 Installation Brackets

Source: Internet
Author: User

1 GitHub Download Deb pack

2 Double-click the Deb package but not installed ( no hint , because the Lib file is missing )

Solutions offered on the web

Use the Debtool to copy the missing Lib into the configuration file to remove the Lib (source https://brbsix.github.io/2015/10/29/ fix-missing-libgcrypt11-for-brackets-text-editor/)

Download and install Debtool

Reference Https://github.com/brbsix/debtool

  curl -LOsS https://github.com/brbsix/debtool/releases/download/v0.2.5/debtool_0.2.5_all.deb

  sudo dpkg --install debtool_0.2.5_all.deb

  sudo apt-get install--fix-broken

Download libgcrypt.so.11

I386

Unzip Bracket's Deb package

  debtool -u ./Brackets.Release.1.9.64-bit.deb

Copy l libgcrypt.so.11 to the extracted opt/brackets directory

  cp libgcrypt.so.11 ./brackets_1.9.0-17312_amd64/opt/brackets/

Remove the configuration of the libgrypt11 in the control file

  sed -i ‘s/ libgcrypt11 (>= [0-9.]\+),//‘ ./brackets_1.9.0-17312_amd64/DEBIAN/control

Re-packaging

  debtool -b ./brackets_1.9.0-17312_amd64/

Double-click the packaged Deb package to

Ubuntu 16.04 Installation Brackets

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.