PDA

View Full Version : Help intalling apt please


samfraser
16th January 2006, 15:59
I'm trying to follow the steps to setting up a webserver for Fedora 4, I get this error when I try to instal apt.

rpm -ivh http://ftp.freshrpms.net/pub/fedora/linux/extras/4/i386/apt-0.5.15cnc7-6.fc4.i386.rpm
Retrieving http://ftp.freshrpms.net/pub/fedora/linux/extras/4/i386/apt-0.5.15cnc7-6.fc4.i386.rpm
error: Failed dependencies:
librpm-4.4.so is needed by apt-0.5.15cnc7-6.fc4.i386
librpmdb-4.4.so is needed by apt-0.5.15cnc7-6.fc4.i386
librpmio-4.4.so is needed by apt-0.5.15cnc7-6.fc4.i386
libsqlite3.so.0 is needed by apt-0.5.15cnc7-6.fc4.i386

falko
16th January 2006, 19:20
Is your Fedora Core 4 a 64-bit or a 32-bit system? The tutorial was written for 32-bit systems.

samfraser
16th January 2006, 19:40
Yes it's 64bit, are there no tutorials available for 64bit processors?

falko
16th January 2006, 23:14
No, I did not do the tutorial on a 64-bit system. However, instead of apt, you can use yum all the time, Fedora's built-in package manager.
The syntax is the same as with apt:
yum install <package_name>