0
I'm new to linux. For some work I need to install php but not necessarily apache as I'm using my own webserver. I'm using Ubuntu 8.10. But when I try to install php I get the following error.
root@ubuntu:/home/sam/WS/webserver# apt-get install php5
Reading package lists... Done
Building dependency tree
Reading state information... Done
.E: Couldn't find package php5
same type of error if I try to install apache as well. I read on web that it's a repository related problem. When I try a 'apt-get update' I get 404 errors. I have pasted this output at http://pastebin.com/g74DNzxL.
Please tell me how do I install php on ubuntu 8.10.