Peter You can search for packages using:
apt-cache search <search_term> e.g.: apt-cache search php This will return a list of packages. You can check on details of a particular package using (for example): apt-cache show php4 If you like what you see then install in the usual fashion using: apt-get install php4 R. PeteM On Sat, 5 Jan 2002, Peter Lavender wrote: > Hi everyone, > > I'm very new to debian and how it works, so please excuse me if I'm not > doing this correctly. > > I'd like to have php4 running on my hppa box. How do I request php4 to be > compiled and made available? > > Thanks, > > Pete > > >

