Example error: Solution: Step 1: restore the default repositories: Step 2: Move all the PPAs in your system to backup folder: sudo mv /etc/apt/sources.list.d/* ~/backup…
Read this article first: How to build PHP 8 on Windows Example, we need to build extension phpredis: https://github.com/phpredis/phpredis We follow 8 first steps in…
Install composer on Linux When using composer command, if you get error: E230001: Server SSL certificate verification failed: issuer is not trusted Fix: run this…