GNU/Linux >> LINUX-Kenntnisse >  >> Linux

Paket „php5-gd“ hat keinen Installationskandidaten

Sie können das Meta-Paket php-gd verwenden , was ein Alias ​​von php7.0-gd ist

sudo apt-get install php-gd

Überprüfen Sie zuerst, welche PHP-Version Sie haben, indem Sie sudo php -v verwenden . Ich habe php7 das Ergebnis ist also:

PHP 7.0.18-0ubuntu0.17.04.1 (cli) (built: Apr 26 2017 23:59:48) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.0.0, Copyright (c) 1998-2017 Zend Technologies
with Zend OPcache v7.0.18-0ubuntu0.17.04.1, Copyright (c) 1999-2017, by Zend Technologies

Da ich PHP7 habe, werde ich Folgendes tun, um die PHP-Pakete aufzulisten

sudo apt-cache search php7-* 

das kam zurück

libapache2-mod-php7.0 - server-side, HTML-embedded scripting language (Apache 2 module)
php-all-dev - package depending on all supported PHP development packages
php7.0 - server-side, HTML-embedded scripting language (metapackage)
php7.0-cgi - server-side, HTML-embedded scripting language (CGI binary)
php7.0-cli - command-line interpreter for the PHP scripting language
php7.0-common - documentation, examples and common module for PHP
php7.0-curl - CURL module for PHP
php7.0-dev - Files for PHP7.0 module development
php7.0-gd - GD module for PHP
php7.0-gmp - GMP module for PHP
php7.0-json - JSON module for PHP
php7.0-ldap - LDAP module for PHP
php7.0-mysql - MySQL module for PHP
php7.0-odbc - ODBC module for PHP
php7.0-opcache - Zend OpCache module for PHP
php7.0-pgsql - PostgreSQL module for PHP
php7.0-pspell - pspell module for PHP
php7.0-readline - readline module for PHP
php7.0-recode - recode module for PHP
php7.0-snmp - SNMP module for PHP
php7.0-sqlite3 - SQLite3 module for PHP
php7.0-tidy - tidy module for PHP
php7.0-xml - DOM, SimpleXML, WDDX, XML, and XSL module for PHP
php7.0-xmlrpc - XMLRPC-EPI module for PHP
libphp7.0-embed - HTML-embedded scripting language (Embedded SAPI library)
php-amqp - AMQP extension for PHP
php-apcu - APC User Cache for PHP
php-gearman - PHP wrapper to libgearman
php-geoip - GeoIP module for PHP
php-gmagick - Provides a wrapper to the GraphicsMagick library
php-gnupg - PHP wrapper around the gpgme library
php-http - PECL HTTP module for PHP Extended HTTP Support
php-igbinary - igbinary PHP serializer
php-imagick - Provides a wrapper to the ImageMagick library
php-libsodium - PHP wrapper for the Sodium cryptographic library
php-mailparse - Email message manipulation for PHP
php-memcache - memcache extension module for PHP
php-memcached - memcached extension module for PHP, uses libmemcached
php-mongodb - MongoDB driver for PHP
php-msgpack - PHP extension for interfacing with MessagePack
php-oauth - OAuth 1.0 consumer and provider extension
php-pinba - Pinba module for PHP
...and do on

Um jetzt Pakete zu installieren, führen Sie den folgenden Befehl mit Ihrem gewünschten Paket aus

sudo apt-get install php7.0-mysql php7.0-gd php7.0-curl php7.0-recode

Hinweis:php7.0-mysql php7.0-gd php7.0-curl php7.0-recode sind die oben aufgelisteten Pakete.

AKTUALISIEREN

Vergessen Sie nicht, Apache sudo service apache2 reload neu zu starten


Bitte überprüfen Sie die PHP-Version und installieren Sie die Module

 apt-get update
 apt-get install php5.6-gd

Wenn Sie andere Module wünschen, verwenden Sie diesen Befehl, um alle verfügbaren Module zu erhalten

apt-cache search php5.*

Linux
  1. Kvm\qemu-Installationsproblem (18.10)?

  2. E:Paket „libthesqlclient18“ hat keinen Installationskandidaten?

  3. Allgemeine Richtlinien zur Paketinstallation

  4. PHP-Fehler

  5. So installieren Sie das RPM-Paket während der Kickstart-Installation

Pspell kann nicht gefunden werden – PHP-Konfigurationsfehler behoben

Aktualisierung von PHP 5.6 auf 7

So installieren Sie den LAMP-Stack unter Linux Mint

PPM-Installationsfehler:kein geeignetes Installationsziel für das Paket gefunden

PHP5-Curl-Installationsfehler kein Installationskandidat

Wo kann ich herausfinden, wohin ein Paket installiert wurde?