The libcurl4 package was not showing up for me in Ubuntu Package Search and a 
few minutes ago it appeared!
What I can suggest is a workaround that applies to users of Ubuntu Bionic 
Beaver that is still in beta.
Download the files libcurl3_7.58.0-2ubuntu2_amd64.deb and 
libcurl4_7.58.0-2ubuntu2_amd64.deb.
Unpack the contents of each one at a time into a folder and modify the control 
file in the DEBIAN folder by removing the constraint in the conflict and 
replace fields.
Repackage the files and install them with dpkg with the --force-all option as 
they modify some common files.
Take a hold on these packages with apt-mark and dpkg selections.
I gave the following commands to hold:
sudo apt-mark hold libcurl3 libcurl4
echo "libcurl3 hold" | sudo dpkg --set-selections
echo "libcurl4 hold" | sudo dpkg --set-selections

Recalling that this is a workaround only applicable to version 18.04 since 
these versions of libcurl3 and 4 only exist in it and version 18.04 is still in 
development.
Remembering that this workaround is to allow the installation and operation not 
only of the applications mentioned, but also curl and uget but that side 
effects not yet observed can manifest themselves.
Use at your own risk!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, 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:
  Invalid

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

  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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to