PDA

View Full Version : php4-cgi with apt-get on Fedora Core 3


rbartz
26th July 2006, 14:39
Thanks Falko for all the "Perfect Setups". They are perfect!

I did a perfect setup for Fedora Core 3, love apt-get.

I want to install php4-cgi but when I use apt-get I get the following error:

E: Couldn't find package php4-cgi

My /etc/apt/sources.list has the following lines:

# Fedora Linux 3
rpm http://ayo.freshrpms.net fedora/linux/3/i386 core updates freshrpms
rpm http://ayo.freshrpms.net fedora/linux/3/i386 tupdates
rpm-src http://ayo.freshrpms.net fedora/linux/3/i386 core updates freshrpms
rpm-src http://ayo.freshrpms.net fedora/linux/3/i386 tupdates
rpm http://ayo.freshrpms.net fedora/linux/2/i386 core updates freshrpms
rpm http://ayo.freshrpms.net fedora/linux/1/i386 core updates freshrpms
#
What do I need to add to get the package?

Thanks!

RDB

till
27th July 2006, 09:43
I guess the package has an other name. To get a list of all available PHP packages, execute this command:

apt-cache search php

Ben
27th July 2006, 09:51
Btw why using apt on fedora? Don't you like yum?