Apt php repository error

For those getting a message on apt update:

Repository 'https://ppa.launchpadcontent.net/ondrej/php/ubuntu jammy InRelease' changed its 'Label' value from '***** The main PPA for supported PHP versions with many PECL extensions *****' to 'PPA for PHP' 

This can be resolved by running sudo apt update and answering yes to the question if you accept this change. Also possible is running sudo apt-get update --allow-releaseinfo-change to accept the change automatically.

3 Likes