`apt install` will match substring regexes if the package name is given with `.`, `?` or `*`, so
sudo apt install php.*
will install all packages with names containing `php`.
(This isn’t a good idea.)
`apt install` will match substring regexes if the package name is given with `.`, `?` or `*`, so
sudo apt install php.*
will install all packages with names containing `php`.
(This isn’t a good idea.)