[Issue 18649] New: curl on Ubuntu 18.04 depends on libcurl4, .deb installer depends on libcurl3

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Mar 23 13:27:31 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18649

          Issue ID: 18649
           Summary: curl on Ubuntu 18.04 depends on libcurl4, .deb
                    installer depends on libcurl3
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: installer
          Assignee: nobody at puremagic.com
          Reporter: alex.whitman at durham.ac.uk

As of Ubuntu 18.04, curl is being built against libcurl4.  The .deb available
on https://dlang.org/download.html depends on libcurl3 which conflicts with
libcurl4.  This makes it impossible to install the .deb without first removing
curl, libcurl4 and other packages depending on libcurl4.

--


More information about the Digitalmars-d-bugs mailing list