-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Brackets installation issue on Linux due to libcurl3 #14786
Comments
Sorry for the inconvenience. We're aware of this issue and are working on fixing this issue. Till then you can use the workaround as mentioned here #14171 or use the steps below. (by @jsanta and @PlamenSh)
|
Oh wow, thank you so much! everything works now! |
@shubhsnov It might be worth considering renaming this issue in addition to pinning it. I came here looking for a response to this exact issue and completely overlooked it on the Issues page, only discovering it by using the search field, and only then after removing the default "is:open" filter. Edit: I should've been more specific. My exact suggestion is that it be renamed such that "libcurl" or "libcurl3" appears in the title. |
Here is the script using
|
should be: |
Thank you loads, This worked. In my case is replaced libcurl3 with libcurl4 in "Brackets/DEBIAN/control" |
Just to update that none of the above works on Debian Buster with the latest Brackets version (1.14.1-17752). |
This worked for me Ubuntu 18.04 |
Thank you. This seems to work.
…On Wed, Apr 8, 2020 at 9:44 PM Tommy TBones Cramer ***@***.***> wrote:
Here is the script using sed and apt (dpkg -i always has dependency
problems):
dpkg-deb -R ./Brackets.Release.1.14.64-bit.deb Brackets
sed -i 's/libcurl3/libcurl3 | libcurl4/' Brackets/DEBIAN/control
dpkg-deb -b Brackets Brackets-fixed.deb
sudo apt install -f ./Brackets-fixed.deb
This worked for me Ubuntu 18.04
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#14786 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA3TA34RZKGUZ6AJEM5LBCLRLTAZPANCNFSM4HMC67JQ>
.
--
*Murage Munene,Systems Design and Development(Websites, Web Portals,
Software).Mobile: *+254-715-962769
|
Can be installed, but won't load.
|
The installer wasn't working initially but when I updated my pango library, it worked. Thanks! |
so I am running Ubuntu 19.04 and I cannot install deb package of Brackets 1.14, I guess like an older version it asks curl3 when ubuntu 19.04 comes with curl4 and quite a few apps depend on it, so cannot really remove it.
Tried to install a snap package, but tree view won't work. I can't even add a working directory, cannot browse it either.
maybe I am doing something wrong? can someone help me, please?
https://vimeo.com/335402262
The text was updated successfully, but these errors were encountered: