-
Notifications
You must be signed in to change notification settings - Fork 0
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
Unable to install in Ubuntu 18.04 #14203
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. |
|
I'll add them here for ease of access:
|
|
Same situation on 18.10. Fixed with Brackets/DEBIAN/control editing. |
To me it was a matter of missing dependencies, and doing: |
Thursday May 17, 2018 at 15:37 GMT
Originally opened as adobe/brackets#14338
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: