-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Unable to install in Ubuntu 18.04 #14338
Comments
+1 on this. Also for some reason it was missing upon ubuntu 18.04 upgrade. After trying to install it via gdebi I got this as question: |
Mine installs but is unusable. Buggy and crashes all the time. Can't even open and save. |
@Rebitteration I'll add them here for ease of access:
|
@Qussayyon Thank you, it works for me, the issue was the Ubuntu Beaver support the V14 of libcurl |
Same situation on 18.10. Fixed with Brackets/DEBIAN/control editing. |
To me it was a matter of missing dependencies, and doing: |
Worked for me, had to "install" the original package and keep the compatibility error, later, did what you said and worked flawlessly. |
can someone write a .sh script to do this process automatically? specifically steps 2 thru 4 |
Have this issue too. |
Please you dont know just copy and paste??? generation of dumb... |
An alternate way I found to get past this issue is
Reference: https://www.ubuntu18.com/install-brackets-code-editor-ubuntu/ |
@Rebitteration I'll add them here for ease of access:
this is not working for me. i have this problem?? Selecting previously unselected package brackets. dpkg: error processing package brackets (--install): |
On debian buster (10) these steps along with a combination of apt-get --fix-broken install Please atleast fix the libcurl4 change in the new release, its been over a year and this is still a problem. |
Here is a link (maybe temporary) to the repackaged deb that works on linux (It is possible to verify that I only touched the control file via unzipping and md5ing). 2020.10.02 version. Please fix this it is easy. |
Unable to install Brackets in Ubuntu 18.04 because it relies on libcurl3
and Ubuntu 18.04 uses libcurl4, it would break some of my programs and part of the system if I'd install libcurl3 and remove 4.
Perhaps it's possible to symlink to libcurl4, but I'm not sure how stable that would be.
The text was updated successfully, but these errors were encountered: