Brackets: .deb doesnt work on Ubuntu 20.10

Created on 28 Oct 2020  路  1Comment  路  Source: adobe/brackets

As the title says it fails to work, it says it requires libcurl3 which cannot be found, libcurl4 exists but no libcurl3...

Most helpful comment

Same problem on Debian 10 since 2019 (libcurl3 is replaced by libcurl4). I found a working solution:

Download the .deb installer file
In the folder you downloaded the file run:
dpkg-deb -R ./Brackets.Release.1.12.64-bit.deb Brackets
Edit file Brackets/DEBIAN/control and replace libcurl3 with libcurl3 | libcurl4
Rebuild .deb installer running dpkg-deb -b Brackets Brackets-fixed.deb
Install Brackets using the fixed installer running sudo dpkg -i Brackets-fixed.deb

>All comments

Same problem on Debian 10 since 2019 (libcurl3 is replaced by libcurl4). I found a working solution:

Download the .deb installer file
In the folder you downloaded the file run:
dpkg-deb -R ./Brackets.Release.1.12.64-bit.deb Brackets
Edit file Brackets/DEBIAN/control and replace libcurl3 with libcurl3 | libcurl4
Rebuild .deb installer running dpkg-deb -b Brackets Brackets-fixed.deb
Install Brackets using the fixed installer running sudo dpkg -i Brackets-fixed.deb
Was this page helpful?
0 / 5 - 0 ratings

Related issues

udaykapur picture udaykapur  路  4Comments

macjabeth picture macjabeth  路  3Comments

AgamlaRage picture AgamlaRage  路  4Comments

declanmarks picture declanmarks  路  3Comments

TheHedge picture TheHedge  路  3Comments