php4-cgi with apt-get on Fedora Core 3

Discussion in 'Installation/Configuration' started by rbartz, Jul 26, 2006.

  1. rbartz

    rbartz Member HowtoForge Supporter

    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
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess the package has an other name. To get a list of all available PHP packages, execute this command:

    apt-cache search php
     
  3. Ben

    Ben Active Member Moderator

    Btw why using apt on fedora? Don't you like yum?
     

Share This Page