How to have both libcurl3 and libcurl4 installed at same time?












3















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.










share|improve this question



























    3















    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.










    share|improve this question

























      3












      3








      3


      1






      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.










      share|improve this question














      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.







      software-installation 18.04 libraries






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 1 '18 at 11:46









      GarromGarrom

      3601318




      3601318






















          3 Answers
          3






          active

          oldest

          votes


















          2














          Looks like I totally over-brained it. I performed several steps and it works ! Thank you @guiverc , your "This is an alternative" brinks me idea of forcing program to accept libcurl3 or libcurl4




          1. Open terminal in temporary folder. Use dpkg-deb -x /path/to/deb/file .

          2. Open control.tar.gz. Navigate to ./control

          3. Change line with dependency from libcurl3 to libcurl3 | libcurl4

          4. Run dpkg-deb -b . name-of-new-deb-file.deb

          5. Now run dpkg-deb -e path-to-deb-file-crated-in-step-4

          6. Package get installed using temporary folder as root folder.

          7. Create pentagram from small red colored stones. At full moon, sacrifice a goat with 666 stabs with knife while screaming "SUDO" at moon.

          8. Launch file browser as root and copy all folders and files from temporary folder to real folders (temporary_folder/usr to /usr,temporary_folder/bin to /bin .etc)

          9. All done, programm is installed.


          I'm sure one of steps is not necessary but I don't know which one.






          share|improve this answer































            2














            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






            share|improve this answer































              0














              This is an alternative that means your reason, whilst not really including libcurl3 & libcurl4 in your system at the same time.



              I would suggest having libcurl4 in your system for your main apps, in the hopes that it provides better security, and adding the Opera browser as a snap



              https://snapcraft.io/opera



              Snaps contain their required libs inside the snap itself (ie. self contained), thus avoiding the issue you were asking about. Thus libcurl3 will be contained within the snap containing your opera browser, and not impact any other software requiring libcurl4. It's a quick work-around :)






              share|improve this answer
























              • Can I convert any .deb to the snap ? I'd like to have Opera version 36 because it is last version what is not filled with useless crap.

                – Garrom
                Aug 1 '18 at 17:12











              • convert? not via a program that I'm aware of. Snaps are built, and you can of course build a snap from a .deb (or any source) but its not really a conversion. (docs.snapcraft.io/build-snaps)

                – guiverc
                Aug 1 '18 at 23:26











              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1061431%2fhow-to-have-both-libcurl3-and-libcurl4-installed-at-same-time%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              2














              Looks like I totally over-brained it. I performed several steps and it works ! Thank you @guiverc , your "This is an alternative" brinks me idea of forcing program to accept libcurl3 or libcurl4




              1. Open terminal in temporary folder. Use dpkg-deb -x /path/to/deb/file .

              2. Open control.tar.gz. Navigate to ./control

              3. Change line with dependency from libcurl3 to libcurl3 | libcurl4

              4. Run dpkg-deb -b . name-of-new-deb-file.deb

              5. Now run dpkg-deb -e path-to-deb-file-crated-in-step-4

              6. Package get installed using temporary folder as root folder.

              7. Create pentagram from small red colored stones. At full moon, sacrifice a goat with 666 stabs with knife while screaming "SUDO" at moon.

              8. Launch file browser as root and copy all folders and files from temporary folder to real folders (temporary_folder/usr to /usr,temporary_folder/bin to /bin .etc)

              9. All done, programm is installed.


              I'm sure one of steps is not necessary but I don't know which one.






              share|improve this answer




























                2














                Looks like I totally over-brained it. I performed several steps and it works ! Thank you @guiverc , your "This is an alternative" brinks me idea of forcing program to accept libcurl3 or libcurl4




                1. Open terminal in temporary folder. Use dpkg-deb -x /path/to/deb/file .

                2. Open control.tar.gz. Navigate to ./control

                3. Change line with dependency from libcurl3 to libcurl3 | libcurl4

                4. Run dpkg-deb -b . name-of-new-deb-file.deb

                5. Now run dpkg-deb -e path-to-deb-file-crated-in-step-4

                6. Package get installed using temporary folder as root folder.

                7. Create pentagram from small red colored stones. At full moon, sacrifice a goat with 666 stabs with knife while screaming "SUDO" at moon.

                8. Launch file browser as root and copy all folders and files from temporary folder to real folders (temporary_folder/usr to /usr,temporary_folder/bin to /bin .etc)

                9. All done, programm is installed.


                I'm sure one of steps is not necessary but I don't know which one.






                share|improve this answer


























                  2












                  2








                  2







                  Looks like I totally over-brained it. I performed several steps and it works ! Thank you @guiverc , your "This is an alternative" brinks me idea of forcing program to accept libcurl3 or libcurl4




                  1. Open terminal in temporary folder. Use dpkg-deb -x /path/to/deb/file .

                  2. Open control.tar.gz. Navigate to ./control

                  3. Change line with dependency from libcurl3 to libcurl3 | libcurl4

                  4. Run dpkg-deb -b . name-of-new-deb-file.deb

                  5. Now run dpkg-deb -e path-to-deb-file-crated-in-step-4

                  6. Package get installed using temporary folder as root folder.

                  7. Create pentagram from small red colored stones. At full moon, sacrifice a goat with 666 stabs with knife while screaming "SUDO" at moon.

                  8. Launch file browser as root and copy all folders and files from temporary folder to real folders (temporary_folder/usr to /usr,temporary_folder/bin to /bin .etc)

                  9. All done, programm is installed.


                  I'm sure one of steps is not necessary but I don't know which one.






                  share|improve this answer













                  Looks like I totally over-brained it. I performed several steps and it works ! Thank you @guiverc , your "This is an alternative" brinks me idea of forcing program to accept libcurl3 or libcurl4




                  1. Open terminal in temporary folder. Use dpkg-deb -x /path/to/deb/file .

                  2. Open control.tar.gz. Navigate to ./control

                  3. Change line with dependency from libcurl3 to libcurl3 | libcurl4

                  4. Run dpkg-deb -b . name-of-new-deb-file.deb

                  5. Now run dpkg-deb -e path-to-deb-file-crated-in-step-4

                  6. Package get installed using temporary folder as root folder.

                  7. Create pentagram from small red colored stones. At full moon, sacrifice a goat with 666 stabs with knife while screaming "SUDO" at moon.

                  8. Launch file browser as root and copy all folders and files from temporary folder to real folders (temporary_folder/usr to /usr,temporary_folder/bin to /bin .etc)

                  9. All done, programm is installed.


                  I'm sure one of steps is not necessary but I don't know which one.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Aug 1 '18 at 19:01









                  GarromGarrom

                  3601318




                  3601318

























                      2














                      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






                      share|improve this answer




























                        2














                        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






                        share|improve this answer


























                          2












                          2








                          2







                          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






                          share|improve this answer













                          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







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Aug 10 '18 at 18:33









                          GarromGarrom

                          3601318




                          3601318























                              0














                              This is an alternative that means your reason, whilst not really including libcurl3 & libcurl4 in your system at the same time.



                              I would suggest having libcurl4 in your system for your main apps, in the hopes that it provides better security, and adding the Opera browser as a snap



                              https://snapcraft.io/opera



                              Snaps contain their required libs inside the snap itself (ie. self contained), thus avoiding the issue you were asking about. Thus libcurl3 will be contained within the snap containing your opera browser, and not impact any other software requiring libcurl4. It's a quick work-around :)






                              share|improve this answer
























                              • Can I convert any .deb to the snap ? I'd like to have Opera version 36 because it is last version what is not filled with useless crap.

                                – Garrom
                                Aug 1 '18 at 17:12











                              • convert? not via a program that I'm aware of. Snaps are built, and you can of course build a snap from a .deb (or any source) but its not really a conversion. (docs.snapcraft.io/build-snaps)

                                – guiverc
                                Aug 1 '18 at 23:26
















                              0














                              This is an alternative that means your reason, whilst not really including libcurl3 & libcurl4 in your system at the same time.



                              I would suggest having libcurl4 in your system for your main apps, in the hopes that it provides better security, and adding the Opera browser as a snap



                              https://snapcraft.io/opera



                              Snaps contain their required libs inside the snap itself (ie. self contained), thus avoiding the issue you were asking about. Thus libcurl3 will be contained within the snap containing your opera browser, and not impact any other software requiring libcurl4. It's a quick work-around :)






                              share|improve this answer
























                              • Can I convert any .deb to the snap ? I'd like to have Opera version 36 because it is last version what is not filled with useless crap.

                                – Garrom
                                Aug 1 '18 at 17:12











                              • convert? not via a program that I'm aware of. Snaps are built, and you can of course build a snap from a .deb (or any source) but its not really a conversion. (docs.snapcraft.io/build-snaps)

                                – guiverc
                                Aug 1 '18 at 23:26














                              0












                              0








                              0







                              This is an alternative that means your reason, whilst not really including libcurl3 & libcurl4 in your system at the same time.



                              I would suggest having libcurl4 in your system for your main apps, in the hopes that it provides better security, and adding the Opera browser as a snap



                              https://snapcraft.io/opera



                              Snaps contain their required libs inside the snap itself (ie. self contained), thus avoiding the issue you were asking about. Thus libcurl3 will be contained within the snap containing your opera browser, and not impact any other software requiring libcurl4. It's a quick work-around :)






                              share|improve this answer













                              This is an alternative that means your reason, whilst not really including libcurl3 & libcurl4 in your system at the same time.



                              I would suggest having libcurl4 in your system for your main apps, in the hopes that it provides better security, and adding the Opera browser as a snap



                              https://snapcraft.io/opera



                              Snaps contain their required libs inside the snap itself (ie. self contained), thus avoiding the issue you were asking about. Thus libcurl3 will be contained within the snap containing your opera browser, and not impact any other software requiring libcurl4. It's a quick work-around :)







                              share|improve this answer












                              share|improve this answer



                              share|improve this answer










                              answered Aug 1 '18 at 12:52









                              guivercguiverc

                              4,84621623




                              4,84621623













                              • Can I convert any .deb to the snap ? I'd like to have Opera version 36 because it is last version what is not filled with useless crap.

                                – Garrom
                                Aug 1 '18 at 17:12











                              • convert? not via a program that I'm aware of. Snaps are built, and you can of course build a snap from a .deb (or any source) but its not really a conversion. (docs.snapcraft.io/build-snaps)

                                – guiverc
                                Aug 1 '18 at 23:26



















                              • Can I convert any .deb to the snap ? I'd like to have Opera version 36 because it is last version what is not filled with useless crap.

                                – Garrom
                                Aug 1 '18 at 17:12











                              • convert? not via a program that I'm aware of. Snaps are built, and you can of course build a snap from a .deb (or any source) but its not really a conversion. (docs.snapcraft.io/build-snaps)

                                – guiverc
                                Aug 1 '18 at 23:26

















                              Can I convert any .deb to the snap ? I'd like to have Opera version 36 because it is last version what is not filled with useless crap.

                              – Garrom
                              Aug 1 '18 at 17:12





                              Can I convert any .deb to the snap ? I'd like to have Opera version 36 because it is last version what is not filled with useless crap.

                              – Garrom
                              Aug 1 '18 at 17:12













                              convert? not via a program that I'm aware of. Snaps are built, and you can of course build a snap from a .deb (or any source) but its not really a conversion. (docs.snapcraft.io/build-snaps)

                              – guiverc
                              Aug 1 '18 at 23:26





                              convert? not via a program that I'm aware of. Snaps are built, and you can of course build a snap from a .deb (or any source) but its not really a conversion. (docs.snapcraft.io/build-snaps)

                              – guiverc
                              Aug 1 '18 at 23:26


















                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1061431%2fhow-to-have-both-libcurl3-and-libcurl4-installed-at-same-time%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

                              Mangá

                               ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕