Not install php 7.1 7.2 7.3 7.4 version gd extension.

  • Hy please help.

    These I should install the accessory but this it one I cannot put it up alone onto 7.4

    Code
    1. sudo add-apt-repository ppa:ondrej/php
    2. sudo apt-get update


    Code
    1. sudo apt-get install php7.0-gd
    2. # or
    3. sudo apt-get install php7.1-gd
    4. # or
    5. sudo apt-get install php7.2-gd
    6. # or
    7. sudo apt-get install php7.3-gd
    8. # or
    9. sudo apt-get install php7.4-gd

    Can installation..:

    VPS. Ubuntu 16.04 install php version: 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4


    i-MSCP 1.5.3

    Build: 2018120800

  • Please help..


    sudo apt install php7.2-imagick



    php7.2-imagick : Depends on this: libmagickcore-6.q16-3 (>= 8:6.9.6.8) but it cannot be installed

    Depends on this: libmagickwand-6.q16-3 (>= 8:6.9.6.8) but it cannot be installed

    E: The problems cannot be repaired, an injured held packets back.

  • I don't use Ubuntu, but this version is from 2016 and from what the error say, some dependencies requires some newer package it can't install.


    You can try an "apt-get -f install", if it can't find a solution, well... upgrade to Ubuntu 18.04 is probably the only solution I see right now (without any guarantees).


    You other option is to find an older version of the package you want to install and which required a lower version of the dependency, but for that, as the official Ubuntu Package list got Xenial removed, I can't help you, nor have the time on that.