проблема с зависимостями при установке php7.2-gd на ubunto 17.10 - PullRequest
0 голосов
/ 04 февраля 2019

Я пытаюсь установить php7.2-gd на ubunto 17.10, но у меня возникает проблема с зависимостями.

sudo apt-get install php7.2-gd
  Reading package lists... Done
  Building dependency tree       
  Reading state information... Done
  Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming.
  The following information may help to resolve the situation:

  The following packages have unmet dependencies:
  php7.2-gd : Depends: libjpeg62-turbo (>= 1.3.1) but it is not   installable
  E: Unable to correct problems, you have held broken packages.

Я пытался установить libjpeg62-turbo, но получил следующее:

sudo apt-get install libjpeg62-turbo
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libjpeg62-turbo is not available but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libjpeg62-turbo' has no installation candidate
...