Friday, May 17, 2024
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 28693  / 3 Years ago, fri, august 20, 2021, 5:23:54

My favorite web brower depends on libcurl3 (Opera 36.0) But many apps depends on libcurl4 including PlayOnLinux or Steam client. It will be nice to have PlayOnLinux or Steam installed but I'm not giving up my favorite web browser. Do someone knows workaround how I can have installed both of them ? I readed somewhere that libcurl4 is based on libcurl3 so I have no idea why they keep uninstalling each other.


More From » software-installation

 Answers
6

Eventually, I found better, universal solution for this. A guy on internet created CURL version which supports both CURL3 and CURL4. Available via. PPA. So far it works good. Unfortunately, I'm sure this version of CURL is not well known despite it solves problem which is very common to all Ubuntu users. So, I have to ask to share this knowledge in any form you like or prefer


https://launchpad.net/~xapienz/+archive/ubuntu/curl34


Edit: If you're unable to install this because the Ubuntu canonical version takes priority, first check the version numbers like this:


$ apt-cache policy libcurl4
libcurl4:
Installed: 7.68.0-1ubuntu2.7
Candidate: 7.68.0-1ubuntu2.7
Version table:
*** 7.68.0-1ubuntu2.7 500
500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu focal-security/main amd64 Packages
100 /var/lib/dpkg/status
7.68.0-1ubuntu2.5ppa1 500
500 http://ppa.launchpad.net/xapienz/curl34/ubuntu focal/main amd64 Packages
7.68.0-1ubuntu2 500
500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages

Then install the specific version like this:


$ sudo apt install libcurl4=7.68.0-1ubuntu2.5ppa1

[#7548] Sunday, August 22, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
irtuallyefu

Total Points: 429
Total Questions: 97
Total Answers: 119

Location: Hong Kong
Member since Tue, Oct 19, 2021
3 Years ago
;