[software development] PHP8.2 in Deepin 23 - solution
Tofloor
poster avatar
h***r@owee.me
deepin
2025-04-15 08:25
Author

I followed many instructions, but none worked. However, here’s the solution:

Open the following file in a text editor:

bash

nano /etc/apt/sources.list.d/php.list

Comment out the first line and add the second one:

bash

#deb https://packages.sury.org/php/ beige main
deb https://packages.sury.org/php bookworm main

Now, update your package list and install PHP 8.2. You should know the remaining steps from here.

Enjoy your day!

Reply Favorite View the author
All Replies

No replies yet