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

theman1616 picture theman1616  ·  4Comments

Bluefirecracker picture Bluefirecracker  ·  4Comments

asportnoy picture asportnoy  ·  3Comments

10polarbears picture 10polarbears  ·  3Comments

brendonmm picture brendonmm  ·  4Comments