Impossible d'installer certains paquets php5-*

Bonjour à tous !

J’ai besoin d’aide car je suis en train de sécuriser un serveur owncloud sur ma raspberry. Or, pour cela, j’ai suivi certains tutos comme celui-ci.

J’ai ainsi eu besoin d’installer des paquets comme php5-apc. Seulement, à chaque fois, il m’indique des dépendances non satisfaites.

root@raspberrypi:/home/etienne# apt-get install php-apc
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:
 php-apc : Depends: phpapi-20100525+lfs
E: Unable to correct problems, you have held broken packages.

Une rapide recherche m’a indiqué que le paquet manquant était une paquet virtuel présent dans des paquets déjà présents.
En voulant installer owncloud avec apt-get install owncloud, j’avais eu le même problème.

De même, il ne semble pas trouver (apt-cache search) php5-redis.

Bref, j’ai l’impression que mes dépôts ne sont pas corrects. Dans le doute, j’ajoute mon /etc/apt/sources.list

deb http://mirrordirector.raspbian.org/raspbian/ stretch main contrib non-free rpi
# Uncomment line below then 'apt-get update' to enable 'apt-get source'
#deb-src http://archive.raspbian.org/raspbian/ stretch main contrib non-free rpi

deb https://goddess-gate.com/archive.raspbian.org/raspbian/ wheezy main contrib non-free
deb-src https://goddess-gate.com/archive.raspbian.org/raspbian/ wheezy main contrib non-free

Voilà. Merci d’avance !