To PHP specific version of PHP, we will use SURY third-party repository.
Following steps must be used to install specific version:
Install repository and dependencies
- Update the repository cache
sudo apt update
- Install dependencies
sudo apt install -y curl wget gnupg2 ca-certif...
The creation of SD card is a recurrent problem when, for instance, you will install a new raspberry pi.
The command line is a good solution for several reason:
- If you must do the action only one time, it's useless to install a graphical interface.
- On a server or on a live installation, you...