profile picture

How to Install PHP Debian Sury Package

March 26, 2022 - programming debian php backend

Run this in your command line, as per the instruction in the wiki:

curl -sSL https://packages.sury.org/php/README.txt | sudo bash -x

And that's it, you're done!

Other guides complicate this process so much it does not make sense, just enter that command and you're good to go. Happy coding!