DEV Community

Discussion on: Using libcurl3 and libcurl4 on Ubuntu 18.04 (Bionic)

Collapse
 
lin4fun profile image
Thomas

Found this at github.com/adobe/brackets/issues/1...
Looks like better solution..

"I just fixed it but had to rebuild the deb package.

Download the .deb installer file
Inside the folder your downloaded the file run dpkg-deb -R ./Brackets.Release.1.12.64-bit.deb Brackets
Edit file Brackets/DEBIAN/control and replace libcurl3 with 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
At least the program opens. Don't know if there's anything broken though."