brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Installation error in Xubuntu 20.4 (Linux) #12148

Open core-ai-bot opened 2 years ago

core-ai-bot commented 2 years ago

Issue by ahmadfaizan965 Friday Jan 29, 2021 at 13:09 GMT Originally opened as https://github.com/adobe/brackets/issues/15312


I tried to install Brackets, i downloaded the .deb file from Brackets Website to my Linux operating system (Xubuntu 20.4 LTS 64-Bit). i received this error The following packages have unmet dependencies: brackets : Depends: libcurl3 but it is not installable E: Unable to correct problems, you have held broken packages.

Brackets Error

core-ai-bot commented 2 years ago

Comment by Biguelini Friday Jan 29, 2021 at 17:05 GMT


I don't know if you've tried installing libcurl3, but that's what I would do. Follow the necessary commands: Update the package index: sudo apt-get update Install libcurl3-gnutls deb package: sudo apt-get install libcurl3-gnutls

Hope this helps :)

I'm sorry if I missed something in the message, because I had to use the Google Translate...

core-ai-bot commented 2 years ago

Comment by SolomonLeon Saturday Jan 30, 2021 at 07:49 GMT


Brackets use libcurl3. However, libcurl4 has been installed to ubuntu>=18.04 by default, which provide better security. You should not remove libcurl4 (I have already tried:( ) because this will cause more serious compatibility issues.

The following link might helps. https://github.com/adobe/brackets/issues/15297#issuecomment-752983532

core-ai-bot commented 2 years ago

Comment by ahmadfaizan965 Saturday Jan 30, 2021 at 13:30 GMT


Brackets use libcurl3. However, libcurl4 has been installed to ubuntu>=18.04 by default, which provide better security. You should not remove libcurl4 (I have already tried:( ) because this will cause more serious compatibility issues.

The following link might helps. #15297 (comment)

Issue Resolved. Thanks.

Clossing issue.