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

Unable to install in Ubuntu 18.04 #14203

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

Unable to install in Ubuntu 18.04 #14203

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

Comments

@core-ai-bot
Copy link
Member

Issue by G0x209C
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.

@core-ai-bot
Copy link
Member Author

Comment by PlamenSh
Friday May 25, 2018 at 12:13 GMT


+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:
"Requires the REMOVAL of the following packages: curl libcurl4 playonlinux steam-launcher "
Why does it need to remove playonlinux and steam. I kinda need those..

@core-ai-bot
Copy link
Member Author

Comment by superawesomeme
Sunday May 27, 2018 at 21:10 GMT


Mine installs but is unusable. Buggy and crashes all the time. Can't even open and save.

@core-ai-bot
Copy link
Member Author

Comment by PlamenSh
Monday Jun 04, 2018 at 20:17 GMT


@jsanta from this post adobe/brackets#14171
rebuild it with a small change. His solution worked for me.

@core-ai-bot
Copy link
Member Author

Comment by Qussayyon
Tuesday Jun 26, 2018 at 16:30 GMT


@Rebitteration
I have reported the same issue here #14171 , and as@PlamenSh mentioned, the workaround is available at: adobe/brackets#14171 (comment) but the steps are from: adobe/brackets#14171 (comment)

I'll add them here for ease of access:

  1. Download the .deb installer file.
  2. Inside the folder where you downloaded the file run
    dpkg-deb -R ./Brackets.Release.1.12.64-bit.deb Brackets
  3. Edit file Brackets/DEBIAN/control and replace libcurl3 with libcurl3|libcurl4
  4. Rebuild .deb installer running
    dpkg-deb -b Brackets Brackets-fixed.deb
  5. Install Brackets using the fixed installer running
    sudo dpkg -i Brackets-fixed.deb

@core-ai-bot
Copy link
Member Author

Comment by mbougarne
Monday Jul 30, 2018 at 14:47 GMT


@Qussayyon Thank you, it works for me, the issue was the Ubuntu Beaver support the V14 of libcurl

@core-ai-bot
Copy link
Member Author

Comment by iRomanyshyn
Monday Oct 29, 2018 at 10:15 GMT


Same situation on 18.10. Fixed with Brackets/DEBIAN/control editing.

@core-ai-bot
Copy link
Member Author

Comment by bpanatta
Thursday Nov 29, 2018 at 08:40 GMT


To me it was a matter of missing dependencies, and doing: apt --fix-broken install after the failed install attempt solved the problem.

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