Answers for "check all installed php versions"

PHP
1

check all php version installed ubuntu

Lists down all installed php versions

sudo update-alternatives --list php
Posted by: Guest on September-02-2021
0

get the list of php versions installed

I use the following command to view installed PHP versions in Ubuntu:
========================================================================
sudo update-alternatives --list php
Posted by: Guest on February-26-2021

Code answers related to "check all installed php versions"

Browse Popular Code Answers by Language