[Linux] "Brackets"(Snippets) Install(Trouble shooting)

Install

Download Brackets file from: https://github.com/adobe/brackets/releases
my Brackets ver. : 1.13.64-bit
It has problem with libcurl3 module which should be replaced with libcurl4.

1
2
$ cp ~/Downloads/Brackets.Release.1.13.64-bit.deb ~/[path]/ #path: dir you wanna install Brackets in
$ cd [path]

Replace libcurl3 with liburl4

1
2
$ dpkg-deb -R ./Brackets.Release.1.13.64-bit.deb Brackets
$ vi Brackets/DEBIAN/control

and replace libcurl3 with libcurl4

Rebuild

1
2
$ dpkg-deb -b Brackets Brackets-fixed.deb
$ sudo dpkg -i Brackets-fixed.deb

Maybe you encounter a warning message, but it doesn’t matter.
Brackets works well.

< !-- add by yurixu 替换Google的jquery并且添加判断逻辑 -->