[Techtalk] installing PHP on debian
Mary
mary-linuxchix at puzzling.org
Sun Jan 19 09:19:22 EST 2003
On Sat, Jan 18, 2003, Emma Jane Hogbin wrote:
> debian:/home/emmajane# apt-get install stable php
> Reading Package Lists... Done
> Building Dependency Tree... Done
> E: Couldn't find package stable
The command you are looking for is:
# apt-get install php
or possibly (if you have testing or unstable sources in your package
list and want the stable PHP):
# apt-get install -t stable php
-Mary
More information about the Techtalk
mailing list