-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Brackets is forcing to have libcurl3, and does not accept libcurl4 #14171
Comments
Same issue on my Ubuntu 18.04. I have to remove Virtualbox to install Brackets. |
Even worse on Ubuntu Server version it asks to remove package |
Same here. I can't even install Virtualbox on Ubuntu 18.04 because it asks for libcurl4, but I also need Brackets that much. |
I can confirm this issue too. |
On Ubuntu 18.04 Bionic it asks to remove Virtualbox 5.2.10 and libcurl4.
|
That's a real deal-breaker. Is there any solution in sight? |
samesies |
I just fixed it but had to rebuild the deb package.
At least the program opens. Don't know if there's anything broken though. |
@jsanta |
@Qussayyon that's weird 'cause I installed a few extensions on my own installation of Brackets. I suspect mileage will vary depending on other factors (OS, other packages, any running firewalls, or else). |
@jsanta, |
trick suggested by @jsanta worked for me too slight modification though: I replaced "libcurl3" by the statement "libcurl3|libcurl4" got the suggestion from reading this comment: https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754294/comments/55 |
@marc-portier |
Confirmed on Debian Buster. Can't install Brackets because libcurl4 issue. |
For now, Brackets version provided in WebUpd8 PPA works with libcurl4. https://launchpad.net/~webupd8team/+archive/ubuntu/brackets |
trick suggested by @jsanta worked for me too! |
Confirmed and fix @jsanta worked 4 me too. |
Same issue on Linux Mint 19., asked me to remove R-cran and relative packages. |
Same issue on elementary 5.0 Juno, and @jsanta 's solution works great! |
@jsanta it works perfectly :-) |
Question: Why don't we just fix the deb release to allow both versions of libcurl? This has been on for a while and it's really silly to have to repackage the deb yourself when it's such a simple fix. |
Perhaps a noobish observation but checking the code I cant find libcurl3 (or libcurl4) in it. Is this added during packaging? Im trying to make it work with both libcurl3 and libcurl4 as @marc-portier and @RustyRaptor suggested. UPDATE |
scroll up. It's added into the .deb file configuration. There are insructions above in the comments on how to unpack, edit, then repack the deb file to have it use whatever version of curl you need. |
@RustyRaptor yea the idea is to avoid this in future installs. Pull req with fix is sent for it. |
Confirm issue. |
ERRORi had same issue while installing curl. when i try to install curl4 it give me error: but i had already curl3 with latest version. Solutioni have Ubuntu 18.04.2 LTS codname bionic |
Same issue here, I just installed Brackets (and loving it) on Ubuntu 18.04 LTS using the ".deb" package and it is working great! but Ubuntu is giving be an error/notification of unmet dependencies. When I run "sudo apt upgrade" I get the following error:The following packages have unmet dependencies:
|
There is a duplicate issue #14667 |
I used @jsanta 's solution on Parrot OS and Brackets was installed but it never opens or start |
Its been over a year and people still have to google around for this solution, meanwhile 1.14.1 just got released. Why couldn't this have been already fixed ? |
2020 overthere and this still here. They don't give a shi** for us. Moving for VS Code... |
Can confirm it works on Bionic and it's my favorite editor ever, so loving this poster more than ice cream rn. <3 <3 |
Not fixed by now :/ |
Been using VSCode for the past 2 years. I'm still reminded every month by Github that this is still an issue. Tragic. |
August 31, 2020 4:51PM Chicago, IL USA I've been looking for an answer to file tree not showing up and none of the solutions I've found haven't worked. 2.5 years from the first post and this issue is still an issue. I've wasted more time than I can count any more and I'm getting frustrated, I also tried to install an extension and the extension manager just spins and will not connect, I waited 15 minutes and nothing. Can we still trust Brackets to be a valuable tool? Not me I was using Brackets on Ubuntu 18.04 and had no issues and after the upgrade to Ubuntu 20.04 I lost the file tree FIX IT NOW! |
Same here in Debian 10. |
Same for me, 2 years later (Linux Mint 19.2). I wanted to give Brackets a try since I'm learning some web development, but I need R so there's no way I'm installing Brackets. And I'm not an expert, but isn't curl like a very basic Bash program? (in the sense that it sounds like a bad idea to remove it) |
thanks it works on MX_LINUX petito feo 19 |
Tysm this worked |
I give up, this worked good for me:
kate is actually a nice editor, I think I will see what I can do to change its appearance a bit, then I will be happy with it. |
Does anyone know if there are any Major forks of Brackets? ones with more active development? |
i wasnt able to find any, but if youre looking for a good editor just use Notepad++ |
Adobe Inc. is increasingly fighting against insignificance. Therefore it is not so tempting to try to get or keep a contract with them. I'm afraid you'll have to fix it yourself or switch to a software with active development. Keeping them up is easy. |
Prerequisites
Debug -> Reload Without Extensions
?Description
I have Ubuntu 18.04, and the program
curl
recently requireslibcurl4
, when I tried to installbrackets
it asked me to removelibcurl4
and installlibcurl3
so I had to remove curl in order to removelibcurl4
.Steps to Reproduce
On Ubuntu with latest
curl
7.58.0, if I try to installbrackets
I have to removecurl
.Expected behavior:
I thought
brackets
depends onlibcurl3
or more, so it should be happy with newer version oflibcurl
(i.e. version 4libcurl4
).Actual behavior:
I had to choose between
brackets
1.12 ORcurl
.For time being I did choose to remove
curl
and havebrackets
Versions
OS: Ubuntu 18.04 (develpoment branch, will be released next month).
The text was updated successfully, but these errors were encountered: