PDA

View Full Version : Fedora core 3 issue


nightsbird
21st August 2006, 17:18
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.

falko
22nd August 2006, 14:45
Are you sure you just entered Y and nothing else (spaces, tabs, etc.)?

nightsbird
23rd August 2006, 16:29
yes i actually restarted the whole installation just to make sure it did the exact same thing

falko
24th August 2006, 18:34
Do you use PuTTY ( http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html ) to connect to your server?

nightsbird
24th August 2006, 18:48
yep sure do that and winscp they work wonderful

falko
26th August 2006, 02:00
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.

Trevor
30th August 2006, 22:18
silly question I know, but does apt-get work in fedora or is it yum.:confused:

Ben
30th August 2006, 23:12
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.

falko
1st September 2006, 00:51
You can install apt-get on Fedora like this:
yum install apt-get (maybe it's also yum install apt, I don't remember for sure...).

nightsbird
1st September 2006, 16:08
Look in the Fedora core 3 tutorial it says how cant remember exactly

gmg
3rd September 2006, 05:43
After unpacking 14.9MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Abort.
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

nightsbird
3rd September 2006, 06:05
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