[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.
David Dombrowsky
1754294 at bugs.launchpad.net
Thu Oct 4 03:09:38 UTC 2018
Here's what I did to "solve" it on 18.04
{{{
git clone https://github.com/curl/curl.git
cd curl
git checkout curl-7_58_0
autoreconf -i
sudo mkdir /opt/curl
./configure --prefix=/opt/curl
make
sudo make install
ln -s /opt/curl/bin/curl* /usr/local/bin/
}}}
Of course, that doesn't really fix anything, but it gets a compatible
version of curl on to this system.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to curl in Ubuntu.
https://bugs.launchpad.net/bugs/1754294
Title:
After last updated libcurl3 on libcurl4, some apps are removed.
Status in curl package in Ubuntu:
Confirmed
Bug description:
Hi!
After last updated libcurl3 on libcurl4, system (Kubuntu 18.04 bionic) deleted such applications as:
virtualbox-5.2
opera-stable
slack-desktop
mongodb
I really need these applications, I installed them with broken
dependencies, but they are deleted after each update. Is it possible
to make the dependence of the libcurl3 in libcurl4, and not remove it
altogether from system?
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1754294/+subscriptions
More information about the foundations-bugs
mailing list