Created
April 7, 2021 16:20
-
-
Save LinauxTerminology/1c5903837daf22eca5417a1ea9c6038c to your computer and use it in GitHub Desktop.
Specific PHP Version Install Linux Using PPA
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get install software-properties-common python-software-properties | |
| sudo add-apt-repository ppa:ondrej/php | |
| sudo apt update -y | |
| sudo apt-get install -y php5.6 | |
| php --version | |
| which php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
apt install -y php8.1