I set up a raspberry 4i with Debian 11 to run jeedom software (domotic service), the Debian 12 has not yet supported.
PHP7.4 is required but I've a exception when I try to install it. When I execute
Code: Select all
sudo apt install php7.4
s I'm not an expert and I didn't know the other dependencies, I prefer to install it in using standard process rather than "tar.gz installation".
How can I do to fix it?
Code: Select all
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/p/php7.4/php7.4-common_7.4.33-1%2bdeb11u6_arm64.deb 404 Not Found [IP: 151.101.194.132 80]
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/p/php7.4/php7.4-json_7.4.33-1%2bdeb11u6_arm64.deb 404 Not Found [IP: 151.101.194.132 80]
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/p/php7.4/php7.4-opcache_7.4.33-1%2bdeb11u6_arm64.deb 404 Not Found [IP: 151.101.194.132 80]
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/p/php7.4/php7.4-readline_7.4.33-1%2bdeb11u6_arm64.deb 404 Not Found [IP: 151.101.194.132 80]
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/p/php7.4/php7.4-cli_7.4.33-1%2bdeb11u6_arm64.deb 404 Not Found [IP: 151.101.194.132 80]
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/p/php7.4/libapache2-mod-php7.4_7.4.33-1%2bdeb11u6_arm64.deb 404 Not Found [IP: 151.101.194.132 80]
E: Failed to fetch http://security.debian.org/debian-security/pool/updates/main/p/php7.4/php7.4_7.4.33-1%2bdeb11u6_all.deb 404 Not Found [IP: 151.101.194.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Regards.