#Debian #Bullseye wants to install #php 8.2. I do not want this, since #Nextcloud will complain.

root@a:~# apt upgrade
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following package was automatically installed and is no longer required:
php8.1-intl
Use 'apt autoremove' to remove it.
The following NEW packages will be installed:
libapache2-mod-php8.2 php8.2 php8.2-bcmath php8.2-cli php8.2-common php8.2-intl php8.2-ldap php8.2-mysql
php8.2-opcache php8.2-readline php8.2-xml
The following packages will be upgraded:
php php-bcmath php-common php-intl php-ldap php-mysql php-xml
7 upgraded, 11 newly installed, 0 to remove and 0 not upgraded.
Need to get 4855 kB of archives.
After this operation, 22.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] n
Abort.
root@a:~#

How can I tell apt to ignore php8.2?

3