Fedora core 3 issue

Discussion in 'HOWTO-Related Questions' started by nightsbird, Aug 21, 2006.

  1. nightsbird

    nightsbird New Member

    when i run this "apt-get install php php-devel php-domxml php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xmlrpc php-rrdtool curl curl-devel perl-libwww-perl ImageMagick" from the tutorial after it asks do i want to allow it to use the space and pressing yes i get an abort and it goes back to shell prompt. why is this?






    [root@server1 ssl]# apt-get install php php-devel php-domxml php-gd php-imap php-ldap php-mysql php-odbc php-pear php-xmlrpc php-rrdtool curl curl-devel perl-libwww-perl ImageMagick
    Reading Package Lists... Done
    Building Dependency Tree... Done
    perl-libwww-perl is already the newest version.
    The following extra packages will be installed:
    libc-client libidn-devel libwmf rrdtool
    The following packages will be upgraded
    curl curl-devel php php-ldap php-pear
    The following NEW packages will be installed:
    ImageMagick libc-client libidn-devel libwmf php-devel php-domxml php-gd php-imap
    php-mysql php-odbc php-rrdtool php-xmlrpc rrdtool
    5 upgraded, 13 newly installed, 0 removed and 194 not upgraded.
    Need to get 7702kB of archives.
    After unpacking 14.9MB of additional disk space will be used.
    Do you want to continue? [Y/n] Y
    Abort.
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Are you sure you just entered Y and nothing else (spaces, tabs, etc.)?
     
  3. nightsbird

    nightsbird New Member

    yes i actually restarted the whole installation just to make sure it did the exact same thing
     
  4. falko

    falko Super Moderator ISPConfig Developer

  5. nightsbird

    nightsbird New Member

    yep sure do that and winscp they work wonderful
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Did you maybe copy & paste more than one command at a time from the tutorial to your PuTTY window, like an apt-get comand followed by some other command? apt-get doesn't like that, you should copy & paste apt-get commands only one by one.
     
  7. Trevor

    Trevor New Member

    silly question I know, but does apt-get work in fedora or is it yum.:confused:
     
  8. Ben

    Ben ISPConfig Developer ISPConfig Developer

    well I normaly use yum on my centos / fedora, but I guess apt should work as well.

    Either you try with yum or try

    apt-get install -y ... to autmatically force installing the stuff, that would ignore anything beeing in you clipboard as falko suggested.
     
  9. falko

    falko Super Moderator ISPConfig Developer

    You can install apt-get on Fedora like this:
    Code:
    yum install apt-get
    (maybe it's also
    Code:
    yum install apt
    , I don't remember for sure...).
     
  10. nightsbird

    nightsbird New Member

    Look in the Fedora core 3 tutorial it says how cant remember exactly
     
  11. gmg

    gmg New Member

    I had the same problem. It seems like it doesn't like it when you use a capital "Y". Try using a small "y", it worked for me
     
  12. nightsbird

    nightsbird New Member

    I actually solved the problem it was the fact that i wasnt copying line by line after all .. it was picking up the <CR> embedded when copied
     

Share This Page