http://www.linuxcompatible.org/thread27839-1.html
Apt-get RPM is based on the same principle as apt-get for Debian, in that it works out all the depenencies for you when installing packages. To install apt-get on Fedora core 2, download this and this.
As root, “cd” to the directory where you downloaded these two RPMs and go:
rpm -Uvh apt-0.5.15cnc6-1.1.fc2.fr.i386.rpm apt-devel-0.5.15cnc6-1.1.fc2.fr.i386.rpm [enter]
(If using konsole, you can copy and paste the above command, without “[enter]” of course…)
Both should install without incident. Next, you must update your machine with apt by going:
apt-get update [enter]
After it finishes, do apt-get update a second time.
When it is through downloading the updates, you will next need the front end for apt which is called “Synaptic.”
Still as root go:
apt-get install synaptic
When it is done installing synaptic, just type:
synaptic [enter]
The Synaptic front end will now come up. It is very intuitive, and you shouldn’t have too difficult a time figuring out how to use it.