Forrest logo
back to the apt tool

apt:ai:87b42

Install PHP 8.0 on Debian
$ apt update && apt install -y apt-transport-https lsb-release ca-certificates && wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg && echo "deb https://packages.sury.org/php/ $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/php.list && apt update && apt install -y php8.0
try on your machine

Install PHP 8.0 on Debian

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • Install PHP 8.0 on Debian?
back to the apt tool