I now have multiple php versions available which is exactly what i want.
I can choose from php 8.2 and php 8.3. But now when i do apt-get upgrade i get the following message:
root@srv1:~# apt-get upgrade
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Calculating upgrade… Done
The following packages were automatically installed and are no longer required:
php8.2-imagick php8.2-imap php8.2-intl php8.2-mysql php8.2-redis php8.2-soap php8.2-ssh2 php8.2-zip
Use ‘apt autoremove’ to remove them.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I can surely NOT remove them right? Else I would damage my php8.2 installation. Or can I remove them? I’m not sure. Thank you for your reply.