You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
I have Ubuntu 18.04, and the program curl recently requires libcurl4, when I tried to install brackets it asked me to remove libcurl4 and install libcurl3 so I had to remove curl in order to remove libcurl4.
Steps to Reproduce
On Ubuntu with latest curl 7.58.0, if I try to install brackets I have to remove curl.
Expected behavior:
I thought brackets depends on libcurl3 or more, so it should be happy with newer version of libcurl (i.e. version 4 libcurl4).
Actual behavior:
I had to choose between brackets 1.12 OR curl.
For time being I did choose to remove curl and have brackets
Versions
OS: Ubuntu 18.04 (develpoment branch, will be released next month).
Prerequisites
Debug -> Reload Without Extensions?Description
I have Ubuntu 18.04, and the program
curlrecently requireslibcurl4, when I tried to installbracketsit asked me to removelibcurl4and installlibcurl3so I had to remove curl in order to removelibcurl4.Steps to Reproduce
On Ubuntu with latest
curl7.58.0, if I try to installbracketsI have to removecurl.Expected behavior:
I thought
bracketsdepends onlibcurl3or more, so it should be happy with newer version oflibcurl(i.e. version 4libcurl4).Actual behavior:
I had to choose between
brackets1.12 ORcurl.For time being I did choose to remove
curland havebracketsVersions
OS: Ubuntu 18.04 (develpoment branch, will be released next month).