Quote:
|
Originally Posted by SidSkiba
I did the apt-get install php5-cli and it couldn't find package. Did an apt-get update and checked the sources file. All looked fine and tried again. Would not work.
Any suggestions?
|
In most linux distros the name is php5-cli, maybe it has a different name on SuSe.
In such a case, you can search the apt package database with the command atp-cache search followed by the string you are searching. To get all php5 related packages, you can run:
Code:
apt-cache search php5