Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libcurl3 conflicts libcurl4 #14307

Open
core-ai-bot opened this issue Aug 31, 2021 · 12 comments
Open

libcurl3 conflicts libcurl4 #14307

core-ai-bot opened this issue Aug 31, 2021 · 12 comments

Comments

@core-ai-bot
Copy link
Member

Issue by Zipdox
Monday Aug 06, 2018 at 22:53 GMT
Originally opened as adobe/brackets#14507


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

@core-ai-bot
Copy link
Member Author

Comment by benlumia007
Monday Aug 13, 2018 at 18:48 GMT


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.

@core-ai-bot
Copy link
Member Author

Comment by MrFox131
Sunday Aug 19, 2018 at 06:30 GMT


(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 ;)

@core-ai-bot
Copy link
Member Author

Comment by hersche
Friday Aug 31, 2018 at 14:11 GMT


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

@core-ai-bot
Copy link
Member Author

Comment by benlumia007
Friday Aug 31, 2018 at 14:44 GMT


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

@core-ai-bot
Copy link
Member Author

Comment by hersche
Saturday Sep 01, 2018 at 00:30 GMT


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.

@core-ai-bot
Copy link
Member Author

Comment by benlumia007
Saturday Sep 01, 2018 at 00:35 GMT


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.

@core-ai-bot
Copy link
Member Author

Comment by hersche
Saturday Sep 01, 2018 at 20:54 GMT


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

@core-ai-bot
Copy link
Member Author

Comment by boctulus
Monday Feb 18, 2019 at 16:56 GMT


sudo snap install brackets --classic

@core-ai-bot
Copy link
Member Author

Comment by franz-ka
Friday Jun 14, 2019 at 15:47 GMT


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

@core-ai-bot
Copy link
Member Author

Comment by Digit4lSh4d0w
Thursday Jan 16, 2020 at 17:49 GMT


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

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 архив и изменить зависимость ... Эта проблема актуальна и в нынешней версии ...

@core-ai-bot
Copy link
Member Author

Comment by benlumia007
Friday Jan 17, 2020 at 16:05 GMT


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

@core-ai-bot
Copy link
Member Author

Comment by bbabel
Wednesday Feb 12, 2020 at 03:03 GMT


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:

adobe/brackets#14171 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant