码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu 16.04 安装brackets

时间:2017-05-01 00:22:39      阅读:408      评论:0      收藏:0      [点我收藏+]

标签:ddb   ase   配置   https   dropbox   oss   release   网上   www   

1 github 上下载deb包

2 双击deb包但是安装不了(无任何提示,是因为缺少lib文件)

网上给出的解决方案 

  使用debtool 接压 deb包 把缺少的lib复制进去 配置文件中去掉该 lib(原文出处https://brbsix.github.io/2015/10/29/fix-missing-libgcrypt11-for-brackets-text-editor/)

下载安装debtool

  参考 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

下载 libgcrypt.so.11 

  64  i386

解压 bracket的deb包

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

复制l libgcrypt.so.11 到解压出来的 opt/brackets目录

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

移除control文件中的libgrypt11的配置

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

重新打包

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

双击打包好的deb包装即可  

 

ubuntu 16.04 安装brackets

标签:ddb   ase   配置   https   dropbox   oss   release   网上   www   

原文地址:http://www.cnblogs.com/exayong/p/6790587.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!