Brackets: libcurl3 conflicts libcurl4

Created on 7 Aug 2018  ·  12Comments  ·  Source: adobe/brackets

Description

I tried to install Brackets today on Ubuntu 18.04 LTS and I'm having some issues. These are the errors I got when trying to install the deb package:

dpkg: dependency problems prevent configuration of brackets: brackets depends on libcurl3; however: Package libcurl3 is not installed.

dpkg: error processing package brackets (--install): dependency problems - leaving unconfigured Processing triggers for hicolor-icon-theme (0.17-2) ... Errors were encountered while processing: brackets

I tried installing libcurl3 but it conflicted with libcurl4. I had to remove the newer version first which is not desirable. I think this can easily be solved by updating from libcurl3 to 4 but I'm not a contributor so I don't know for sure.

Versions

Ubuntu 18.04 LTS 64bit
Brackets 1.13.0-17696

Most helpful comment

this has not been fixed since I opened a ticket last time. this needs to be fixed as soon as possible. Linux users are opting out to use VS code if this isn't fix :D

All 12 comments

apparently Brackets is dependable on libcurl3, and not libcurl4. I am also using VirtualBox 5.2.16 for Ubuntu 18.04 LTS and is dependable on libcurl4. So if I were to install brackets, it will uninstall VirtualBox along with libcurl4 and install libcurl3.

can we get this fixed as soon as possible, I would like to use brackets with Ubuntu.

(Sorry, for my English, I'm from Russia) Console log:

dpkg -i '/root/Downloads/Brackets.Release.1.13.64-bit.deb' (Чтение базы данных … на данный момент установлено 408525 файлов и каталогов.) Подготовка к распаковке …/Brackets.Release.1.13.64-bit.deb … Распаковывается brackets (1.13.0-17696) на замену (1.13.0-17696) … dpkg: зависимости пакетов не позволяют настроить пакет brackets: brackets зависит от libcurl3, однако: Пакет libcurl3 не установлен.

dpkg: ошибка при обработке пакета brackets (--install):
проблемы зависимостей — оставляем не настроенным
Обрабатываются триггеры для menu (2.1.47+b1) …
Обрабатываются триггеры для hicolor-icon-theme (0.17-2) …
При обработке следующих пакетов произошли ошибки:
brackets
Use google-translate ;)

+1, i changed to the atom-editor a while ago because of this. i would really like to use brackets again..

try using visiual studio code for Ubuntu, it works great, also virtualbox 5.2.16+ uses libcurl4

sorry, im not shure how you mean this. visual studio is for windows, isn't it? and does this have changes on the code, or do you mean the msi-file in releases? or even to do a virtualbox-instance for it?

to be honest, i am too lazy for try it, i hope there will come a upgrade and i can just upgrade via the debian-package.. until then i can do my work easily with atom.

thank you anyway.

https://code.visualstudio.com/ is an IDE for Windows, Linux and Mac, similar to atom but little better and it has a built in terminal that you can use.

ah, ok, thank you for the hint, i will check it. for terminal i usualy use https://www.kde.org/applications/system/yakuake/..

sudo snap install brackets --classic

sudo snap install brackets --classic

Extension manager doesn't get any results using that install method.

Official suggested workaround is #14786:
dpkg-deb -R ./Brackets.Release.1.14.64-bit.deb Brackets
sed 's/libcurl3/libcurl3 | libcurl4/' Brackets/DEBIAN/control
dpkg-deb -b Brackets Brackets-fixed.deb
sudo apt install -f ./Brackets-fixed.deb

(Извините, для моего английского, я из России) журнал консоли:

dpkg -i '/root/Downloads/Brackets.Release.1.13.64-bit.deb' (Чтение базы данных … на данный момент установлено 408525 файлов и каталогов.) Подготовка к распаковке …/Brackets.Release.1.13.64-bit.deb … Распаковывается brackets (1.13.0-17696) на замену (1.13.0-17696) … dpkg: зависимости пакетов не позволяют настроить пакет brackets: brackets зависит от libcurl3, однако: Пакет libcurl3 не установлен.

dpkg: ошибка при обработке пакета brackets (--install):
проблемы зависимостей — оставляем не настроенным
Обрабатываются триггеры для menu (2.1.47+b1) …
Обрабатываются триггеры для hicolor-icon-theme (0.17-2) …
При обработке следующих пакетов произошли ошибки:
brackets
Используйте google-translate ;)

Это всё из-за использования более старой библиотеки Libcurl3 ... Можно попробовать разобрать Deb архив и изменить зависимость ... Эта проблема актуальна и в нынешней версии ...

this has not been fixed since I opened a ticket last time. this needs to be fixed as soon as possible. Linux users are opting out to use VS code if this isn't fix :D

Description

I tried to install Brackets today on Ubuntu 18.04 LTS and I'm having some issues. These are the errors I got when trying to install the deb package:

dpkg: dependency problems prevent configuration of brackets: brackets depends on libcurl3; however: Package libcurl3 is not installed.

dpkg: error processing package brackets (--install): dependency problems - leaving unconfigured Processing triggers for hicolor-icon-theme (0.17-2) ... Errors were encountered while processing: brackets

I tried installing libcurl3 but it conflicted with libcurl4. I had to remove the newer version first which is not desirable. I think this can easily be solved by updating from libcurl3 to 4 but I'm not a contributor so I don't know for sure.

Versions

Ubuntu 18.04 LTS 64bit
Brackets 1.13.0-17696

This is how you fix it:

https://github.com/adobe/brackets/issues/14171#issuecomment-389584065

Was this page helpful?
0 / 5 - 0 ratings

Related issues

theman1616 picture theman1616  ·  4Comments

declanmarks picture declanmarks  ·  3Comments

mrapino picture mrapino  ·  3Comments

Bluefirecracker picture Bluefirecracker  ·  4Comments

10polarbears picture 10polarbears  ·  3Comments